Added missing japanese version of Shantae and the Pirate's Curse to the list of unsupported games

This commit is contained in:
Maschell 2017-04-14 17:00:37 +02:00
parent 0c9287936a
commit a9e185d975

View File

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