video_core: add null backend

This commit is contained in:
Liam 2022-11-27 20:37:37 -05:00
parent 6b64557ad6
commit 89dd7dc180
20 changed files with 383 additions and 28 deletions

View file

@ -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