From d101c899c43c12b32e0440af39b75c8dff41bcbf Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 19 Sep 2022 12:56:02 +0200 Subject: [PATCH] Fix booting "Adventure Time" and "The Smurfs 2" --- source/patches/patches_replacements.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/patches/patches_replacements.cpp b/source/patches/patches_replacements.cpp index 81b62af..1280b11 100644 --- a/source/patches/patches_replacements.cpp +++ b/source/patches/patches_replacements.cpp @@ -36,7 +36,11 @@ DECL_FUNCTION(uint32_t, FSGetClientNum) { titleID == 0x0005000010203200 || // Shantae: Half-Genie Hero EUR titleID == 0x00050000101A6100 || // Shantae: Risky's Revenge Director's Cut USA titleID == 0x00050000101A9600 || // Shantae: Risky's Revenge Director's Cut EUR - titleID == 0x00050000101F7300 // Shantae: Risky's Revenge Director's Cut JPN + titleID == 0x00050000101F7300 || // Shantae: Risky's Revenge Director's Cut JPN + titleID == 0x000500001014E100 || // Adventure Time: Explore the Dungeon Because I Don't Know! EUR + titleID == 0x0005000010144000 || // Adventure Time: Explore the Dungeon Because I Don't Know! USA + titleID == 0x0005000010115D00 || // The Smurfs™ 2 EUR + titleID == 0x0005000010113300 // The Smurfs™ 2 USA ) { DEBUG_FUNCTION_LINE("Fake FSGetClientNum num to %d instead of %d", gNonHomebrewFSClientCount, real_FSGetClientNum()); return gNonHomebrewFSClientCount;