diff options
| author | 2022-11-27 20:37:37 -0500 | |
|---|---|---|
| committer | 2022-11-28 19:49:09 -0500 | |
| commit | 89dd7dc1802cc53e828cb71c1f3e2bc0879459ce (patch) | |
| tree | 718f8fec3534b4fdb77405e347f86bcf37980363 /src/yuzu_cmd/emu_window/emu_window_sdl2.h | |
| parent | Merge pull request #8829 from Docteh/qt6_0002 (diff) | |
| download | yuzu-89dd7dc1802cc53e828cb71c1f3e2bc0879459ce.tar.gz yuzu-89dd7dc1802cc53e828cb71c1f3e2bc0879459ce.tar.xz yuzu-89dd7dc1802cc53e828cb71c1f3e2bc0879459ce.zip | |
video_core: add null backend
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.h')
| -rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h index 90bb0b415..25c23e2a5 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h | |||
| @@ -89,3 +89,5 @@ protected: | |||
| 89 | /// yuzu core instance | 89 | /// yuzu core instance |
| 90 | Core::System& system; | 90 | Core::System& system; |
| 91 | }; | 91 | }; |
| 92 | |||
| 93 | class DummyContext : public Core::Frontend::GraphicsContext {}; | ||