diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-12 04:40:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 04:40:08 +0200 |
commit | ee07041b3a6c45ae1ff9e02d24341f7819a4b004 (patch) | |
tree | e4e46c365dcdcd701d31dcec93dca4d0a534d09a /src/yuzu_cmd | |
parent | Merge pull request #1021 from lioncash/warn (diff) | |
parent | core: Namespace EmuWindow (diff) | |
download | yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar.gz yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar.bz2 yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar.lz yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar.xz yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.tar.zst yuzu-ee07041b3a6c45ae1ff9e02d24341f7819a4b004.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h index 1d835c3c6..d34902109 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h @@ -10,7 +10,7 @@ struct SDL_Window; -class EmuWindow_SDL2 : public EmuWindow { +class EmuWindow_SDL2 : public Core::Frontend::EmuWindow { public: explicit EmuWindow_SDL2(bool fullscreen); ~EmuWindow_SDL2(); |