This commit is contained in:
恍兮惚兮 2024-11-18 18:46:52 +08:00
parent 946c9fef6f
commit 8c9e12f989
2 changed files with 5 additions and 1 deletions

View File

@ -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
};
}

View File

@ -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})