From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: 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. --- src/citron/game_list_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/citron/game_list_p.h') diff --git a/src/citron/game_list_p.h b/src/citron/game_list_p.h index c330b574f..2f0bc9880 100644 --- a/src/citron/game_list_p.h +++ b/src/citron/game_list_p.h @@ -18,9 +18,9 @@ #include "common/common_types.h" #include "common/logging/log.h" #include "common/string_util.h" -#include "yuzu/play_time_manager.h" -#include "yuzu/uisettings.h" -#include "yuzu/util/util.h" +#include "citron/play_time_manager.h" +#include "citron/uisettings.h" +#include "citron/util/util.h" enum class GameListItemType { Game = QStandardItem::UserType + 1, -- cgit v1.2.3