yuzu_cmd: Split emu_window OpenGL implementation into its own file
This commit is contained in:
parent
b6dcb1ae4d
commit
4b80dd23a4
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