diff options
author | wwylele <wwylele@gmail.com> | 2016-04-30 09:33:11 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-05-04 12:02:49 +0200 |
commit | 9da1534237dfbe72be36200453dc52fce38ae557 (patch) | |
tree | f0ab48fbbaa05cc531a79edc073acd9b17abdc85 /src | |
parent | make the name column larger as default (diff) | |
download | yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.gz yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.bz2 yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.lz yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.xz yuzu-9da1534237dfbe72be36200453dc52fce38ae557.tar.zst yuzu-9da1534237dfbe72be36200453dc52fce38ae557.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/citra_qt/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index cc9e0c624..3f0099200 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt @@ -55,6 +55,7 @@ set(HEADERS configure_dialog.h configure_general.h game_list.h + game_list_p.h hotkeys.h main.h ui_settings.h |