mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
yuzu_cmd: Split emu_window OpenGL implementation into its own file
This commit is contained in:
parent
6dfd67b016
commit
462140fdb1
6 changed files with 211 additions and 176 deletions
|
@ -4,6 +4,8 @@ add_executable(yuzu-cmd
|
|||
config.cpp
|
||||
config.h
|
||||
default_ini.h
|
||||
emu_window/emu_window_sdl2_gl.cpp
|
||||
emu_window/emu_window_sdl2_gl.h
|
||||
emu_window/emu_window_sdl2.cpp
|
||||
emu_window/emu_window_sdl2.h
|
||||
resource.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue