Skip to content

Commit

Permalink
Update build instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vircon32 committed Feb 15, 2024
1 parent 2ee7f17 commit c72c03e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ Then copy the `vircon32_libretro.so` file into emuELEC `core` folder, and its BI

This core uses OpenGL for graphics. The default build command shown above will make the core use OpenGL Core profile. But in some other systems you may need to use OpenGL ES 2 or 3. To target those, use these variables when running CMake:

For OpenGL ES 2: cmake -D ENABLE_OPENGLES2=1 ..
For OpenGL ES 3: cmake -D ENABLE_OPENGLES3=1 ..
For OpenGL ES 2: cmake -DENABLE_OPENGLES2=1 ..
For OpenGL ES 3: cmake -DENABLE_OPENGLES3=1 ..

The Raspberry Pi 4 will build the core just fine without these flags, but for the core to run it seems to require using GLES3.

--------------------------------
### Requirements to run the core
Expand Down

0 comments on commit c72c03e

Please sign in to comment.