From a9e185d975fdc3459334a9f973536e9d3359a3ba Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 14 Apr 2017 17:00:37 +0200 Subject: [PATCH] Added missing japanese version of Shantae and the Pirate's Curse to the list of unsupported games --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 7f3262f..6a5ffa7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,6 +38,7 @@ extern "C" s32 Menu_Main(void){ InitVPadFunctionPointers(); if(OSGetTitleID() == 0x00050000101a5f00L || // Shantae and the Pirate's Curse USA (reason: crashes when pressing HOME, Pro Controller not recognized) + OSGetTitleID() == 0x00050000101F7F00L || // Shantae and the Pirate's Curse JAP (シャンティ -海賊の呪い-) (reason: crashes when pressing HOME, Pro Controller not recognized) OSGetTitleID() == 0x00050000101a9500L){ // Shantae and the Pirate's Curse EUR (reason: crashes when pressing HOME, Pro Controller not recognized) bool res = SplashScreen(5, std::string("This game is not fully supported. Press X to keep patches applied.").c_str(),0,VPAD_BUTTON_X); if(res){