You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a device platform is unknown platform "native" will be used. Platform native assumes there is a x11 session which supports gl and vulkan. If you want to run from console you can set "force_kms" in retropie.cfg. There is no auto detection. You can not use gles.
Add some logic which analyzes the system and sets platform flags according to it.
-add helper function get_graphics_platform(): checks enviroment and sets platform flags for video backend.
-add helper function get_opengl_target_platform(): tries to get GL and GLES versions from system and sets platform flags for GL or GLES.
-add helper function has_render_device(): checks if there is a kmsdrm render note.
-add helper function has_video_output_device(): checks if there is a kmsdrm video output device.
0 commit comments