diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-10-05 00:14:11 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-10-05 00:14:11 +0200 |
commit | 678d9ccad61d95fb7c31f6d808968036a348456f (patch) | |
tree | dfdddaef0045401bddd2b54e69e8d1a63aedf03d /src/yuzu_cmd/emu_window | |
parent | Merge pull request #2896 from FearlessTobi/port-4950 (diff) | |
download | yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar.gz yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar.bz2 yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar.lz yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar.xz yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.tar.zst yuzu-678d9ccad61d95fb7c31f6d808968036a348456f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp index aa69cc9c8..b1c512db1 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp @@ -6,6 +6,7 @@ #include "common/logging/log.h" #include "common/scm_rev.h" #include "core/core.h" +#include "core/perf_stats.h" #include "input_common/keyboard.h" #include "input_common/main.h" #include "input_common/motion_emu.h" |