diff options
author | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:07:49 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:07:49 +1000 |
commit | b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 (patch) | |
tree | 77d03cd30542cd5e1addc61f240b8120a5909e90 /src/citron/game_list.cpp | |
parent | 6778aa8ec8e5fa0d246ac4b9ec00c10213c30ce5 (diff) |
chore: update project references and add Citron copyright
- Replaced all references to the old project name with Citron.
- Added Citron copyright information alongside existing notices in all files.
Diffstat (limited to 'src/citron/game_list.cpp')
-rw-r--r-- | src/citron/game_list.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/citron/game_list.cpp b/src/citron/game_list.cpp index b40af957c..ef23c05c0 100644 --- a/src/citron/game_list.cpp +++ b/src/citron/game_list.cpp @@ -19,13 +19,13 @@ #include "core/core.h" #include "core/file_sys/patch_manager.h" #include "core/file_sys/registered_cache.h" -#include "yuzu/compatibility_list.h" -#include "yuzu/game_list.h" -#include "yuzu/game_list_p.h" -#include "yuzu/game_list_worker.h" -#include "yuzu/main.h" -#include "yuzu/uisettings.h" -#include "yuzu/util/controller_navigation.h" +#include "citron/compatibility_list.h" +#include "citron/game_list.h" +#include "citron/game_list_p.h" +#include "citron/game_list_worker.h" +#include "citron/main.h" +#include "citron/uisettings.h" +#include "citron/util/controller_navigation.h" GameListSearchField::KeyReleaseEater::KeyReleaseEater(GameList* gamelist_, QObject* parent) : QObject(parent), gamelist{gamelist_} {} |