Skip to content

Commit

Permalink
conf_sd: ce9i_dsiware is also compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Nov 18, 2024
1 parent d2add4b commit d8b13a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/arm9/source/conf_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
loadCardEngineBinary(
binary3 ? "nitro:/cardenginei_arm9_dsiware3.lz77" : "nitro:/cardenginei_arm9_dsiware.lz77",
(u8*)CHEAT_ENGINE_BUFFERED_LOCATION,
false
true
);

bool found = (access(pageFilePath.c_str(), F_OK) == 0);
Expand Down

0 comments on commit d8b13a3

Please sign in to comment.