just_dance: Add JD2017
This commit is contained in:
parent
c934e2420b
commit
2d0f7a1f58
7 changed files with 52 additions and 38 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue