diff options
author | bunnei <bunneidev@gmail.com> | 2016-12-23 23:35:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-23 23:35:35 +0100 |
commit | 51dd13b8a00f833b5bde88569d5a814c35d13a21 (patch) | |
tree | a38fa78e0a70e730f53fae3696dad13d4f34ac26 /src/citra/emu_window/emu_window_sdl2.h | |
parent | Merge pull request #2370 from wwylele/where-is-my-shared-font (diff) | |
parent | core: Move emu_window and key_map into core (diff) | |
download | yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.gz yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.bz2 yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.lz yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.xz yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.zst yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra/emu_window/emu_window_sdl2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/emu_window/emu_window_sdl2.h b/src/citra/emu_window/emu_window_sdl2.h index e4d14ef12..c8cd919c6 100644 --- a/src/citra/emu_window/emu_window_sdl2.h +++ b/src/citra/emu_window/emu_window_sdl2.h @@ -5,7 +5,7 @@ #pragma once #include <utility> -#include "common/emu_window.h" +#include "core/frontend/emu_window.h" struct SDL_Window; |