mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
video_core: add null backend
This commit is contained in:
parent
48b545354a
commit
acc4a150ef
20 changed files with 383 additions and 28 deletions
|
@ -22,6 +22,8 @@ add_executable(yuzu-cmd
|
|||
emu_window/emu_window_sdl2.h
|
||||
emu_window/emu_window_sdl2_gl.cpp
|
||||
emu_window/emu_window_sdl2_gl.h
|
||||
emu_window/emu_window_sdl2_null.cpp
|
||||
emu_window/emu_window_sdl2_null.h
|
||||
emu_window/emu_window_sdl2_vk.cpp
|
||||
emu_window/emu_window_sdl2_vk.h
|
||||
yuzu.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue