diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-09 22:32:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 22:32:53 -0400 |
commit | 7ddd5b765d0410cbeea1ca11f36852010a98b8b1 (patch) | |
tree | 9190633802a21094ca7780ae8c0d0f0cd46a4095 /src/yuzu/game_list.cpp | |
parent | 50c191439d94764bcecb1efed98b4b59d032bfb4 (diff) | |
parent | 73a2d71f449020dbf4e0cc165de8b1b157bc927c (diff) |
Merge pull request #1282 from lioncash/compat
yuzu: Move compatibility list specifics to their own source files
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r-- | src/yuzu/game_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index 86532e4a9..8c6e16d47 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -19,6 +19,7 @@ #include "common/file_util.h" #include "common/logging/log.h" #include "core/file_sys/patch_manager.h" +#include "yuzu/compatibility_list.h" #include "yuzu/game_list.h" #include "yuzu/game_list_p.h" #include "yuzu/game_list_worker.h" |