mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-set version number to Beta 4.0.1
-fixed return to wiiflow in ios reloading wii games
This commit is contained in:
parent
bfa754668d
commit
0b4ae96eb6
@ -1060,14 +1060,17 @@ void Nand::Init_ISFS()
|
||||
void Nand::DeInit_ISFS(bool KeepPatches)
|
||||
{
|
||||
gprintf("Deinit ISFS\n");
|
||||
if(AHBRPOT_Patched() && !KeepPatches)
|
||||
if(AHBRPOT_Patched())
|
||||
{
|
||||
// Disable memory protection
|
||||
write16(MEM_PROT, 0);
|
||||
// Do patches
|
||||
MagicPatches(0);
|
||||
// Enable memory protection
|
||||
write16(MEM_PROT, 1);
|
||||
if(!KeepPatches)
|
||||
{
|
||||
// Do patches
|
||||
MagicPatches(0);
|
||||
// Enable memory protection
|
||||
write16(MEM_PROT, 1);
|
||||
}
|
||||
}
|
||||
ISFS_Deinitialize();
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
#define APP_NAME "WiiFlow"
|
||||
#define APP_VERSION "Mod 3.1"
|
||||
#define APP_VERSION "Beta 4.0.1"
|
||||
|
||||
#define APPDATA_DIR "wiiflow"
|
||||
#define APPDATA_DIR2 "apps/wiiflow"
|
||||
|
||||
#define STDEMU_DIR "/wiiflow/nandemu"
|
||||
#define GAMES_DIR "%s:/wbfs"
|
||||
#define HOMEBREW_DIR "%s:/apps"
|
||||
#define STDEMU_DIR "/wiiflow/nandemu"
|
||||
#define GAMES_DIR "%s:/wbfs"
|
||||
#define HOMEBREW_DIR "%s:/apps"
|
||||
#define DML_DIR "%s:/games"
|
||||
#define CFG_FILENAME "wiiflow.ini"
|
||||
#define LANG_FILENAME "languages.ini"
|
||||
|
Loading…
Reference in New Issue
Block a user