diff options
| author | Liam <byteslice@airmail.cc> | 2022-11-27 20:37:37 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-11-28 19:49:09 -0500 |
| commit | 89dd7dc1802cc53e828cb71c1f3e2bc0879459ce (patch) | |
| tree | 718f8fec3534b4fdb77405e347f86bcf37980363 /src/yuzu_cmd/CMakeLists.txt | |
| parent | 6b64557ad62141d1ac5d42e88ba7a3ed0cc9884d (diff) | |
video_core: add null backend
Diffstat (limited to 'src/yuzu_cmd/CMakeLists.txt')
| -rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 7d8ca3d8a..774d026aa 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -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 |
