From 8c9e12f9899b1895a9e8afb462573b9ffc8e5adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Mon, 18 Nov 2024 18:46:52 +0800 Subject: [PATCH] . --- cpp/LunaHook/LunaHook/engines/ppsspp/specialgames.hpp | 4 ++++ cpp/version.cmake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpp/LunaHook/LunaHook/engines/ppsspp/specialgames.hpp b/cpp/LunaHook/LunaHook/engines/ppsspp/specialgames.hpp index c092192d..ab083f9b 100644 --- a/cpp/LunaHook/LunaHook/engines/ppsspp/specialgames.hpp +++ b/cpp/LunaHook/LunaHook/engines/ppsspp/specialgames.hpp @@ -412,6 +412,10 @@ namespace ppsspp // 十鬼の絆 {0x891AAAC, {0, 0, 0, 0, ULJM06129, "ULJM06129"}}, // text {0x886E094, {0, 0, 0, 0, ULJM06129, "ULJM06129"}}, // name+text + // ティンクル☆くるせいだーす STARLIT BRAVE!! + {0x88A94BC, {0, 4, 0, 0, 0, "ULJS00315"}}, // text + // ティンクル☆くるせいだーす GoGo! + {0x8822F24, {0, 0xe, 0, 0, 0, "ULJS00316"}}, // text }; } \ No newline at end of file diff --git a/cpp/version.cmake b/cpp/version.cmake index 3da5bbeb..13335144 100644 --- a/cpp/version.cmake +++ b/cpp/version.cmake @@ -1,7 +1,7 @@ set(VERSION_MAJOR 6) set(VERSION_MINOR 3) -set(VERSION_PATCH 3) +set(VERSION_PATCH 4) set(VERSION_REVISION 0) add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR}) add_definitions(-DVERSION_MINOR=${VERSION_MINOR})