GBA WORKS

TODO:
SNES & NES Injecting
Images
Custom bases
AutoUpdater
This commit is contained in:
NicoAICP 2020-04-05 00:30:01 +02:00
parent e6793babfa
commit e2e755bc65
3 changed files with 5 additions and 7 deletions

View file

@ -95,11 +95,11 @@ namespace UWUVCI_AIO_WPF
N64(RomPath, console.N64Stuff);
break;
/*case GameConsoles.GBA:
case GameConsoles.GBA:
GBA(RomPath);
break;
case GameConsoles.NES:
/*case GameConsoles.NES:
NESSNES(RomPath);
break;
case GameConsoles.SNES:

View file

@ -21,8 +21,9 @@ namespace UWUVCI_AIO_WPF.Classes
"tga_verify.exe",
"WiiUDownloader.exe",
"wiiurpxtool.exe",
"INICreator.exe"
//"7za.exe" will re-add later
"INICreator.exe",
"7za.exe",
"blank.ini"
};
public static bool DoesToolsFolderExist()

View file

@ -220,11 +220,8 @@ namespace UWUVCI_AIO_WPF
{
Injection.Packing(GameConfiguration.GameName);
}
mw.load_frame.Content = new Done();
GameConfiguration = new GameConfig();
LGameBasesString.Clear();
CanInject = false;
BaseDownloaded = false;
RomSet = false;
RomPath = null;
Injected = false;