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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/citron/game_list.h') diff --git a/src/citron/game_list.h b/src/citron/game_list.h index 79f9c7ec0..36fb6972e 100644 --- a/src/citron/game_list.h +++ b/src/citron/game_list.h @@ -17,8 +17,8 @@ #include "common/common_types.h" #include "core/core.h" #include "uisettings.h" -#include "yuzu/compatibility_list.h" -#include "yuzu/play_time_manager.h" +#include "citron/compatibility_list.h" +#include "citron/play_time_manager.h" namespace Core { class System; -- cgit v1.2.3