just_dance: Add JD2017

This commit is contained in:
Ash Logan 2023-03-21 23:13:04 +11:00
commit 2d0f7a1f58
7 changed files with 52 additions and 38 deletions

View file

@ -48,6 +48,7 @@ static bool is555(MCP_SystemVersion version) {
INITIALIZE_PLUGIN() {
WHBLogUdpInit();
WHBLogCafeInit();
auto res = Mocha_InitLibrary();
@ -86,6 +87,7 @@ DEINITIALIZE_PLUGIN() {
ON_APPLICATION_START() {
WHBLogUdpInit();
WHBLogCafeInit();
RunPatcher();
}