From 163184195e65d66afdcb708d0a103740166a5681 Mon Sep 17 00:00:00 2001 From: Daedliy Date: Fri, 11 Mar 2022 02:13:52 -0300 Subject: [PATCH] bad BL file --- src/shared_game_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared_game_state.rs b/src/shared_game_state.rs index 12f79c6..6575911 100644 --- a/src/shared_game_state.rs +++ b/src/shared_game_state.rs @@ -224,7 +224,7 @@ impl SharedGameState { constants.apply_csplus_patches(&sound_manager); constants.apply_csplus_nx_patches(); constants.load_nx_stringtable(ctx)?; - } else if filesystem::exists(ctx, "/base/tsc_def.txt") { + } else if filesystem::exists(ctx, "/base/ogph/SellScreen.bmp") { error!("\x1b[31m WiiWare DEMO data files detected. !UNSUPPORTED!"); //Missing credits.tsc and crashes due to missing Stage 13 (Start) } else if filesystem::exists(ctx, "/base/strap_a_en.bmp") { info!("\x1b[32m WiiWare data files detected."); //Missing Challenges and Remastered Soundtrack but identical to CS+ PC otherwise