mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
'port' libui GL stuff to Linux
Only implemented the functions needed by melonDS, and only tested using a very recent mesa+libglvnd+nouveau. Will most likely bork using proprietary nvidia or old(er) drivers (see gl.c)
This commit is contained in:
@ -43,6 +43,7 @@ list(APPEND _LIBUI_SOURCES
|
||||
unix/text.c
|
||||
unix/util.c
|
||||
unix/window.c
|
||||
unix/gl.c
|
||||
)
|
||||
set(_LIBUI_SOURCES ${_LIBUI_SOURCES} PARENT_SCOPE)
|
||||
|
||||
|
Reference in New Issue
Block a user