mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-19 00:11:55 +01:00
*Fixed some Bugs like Ocarina/some game not running anymore and so on
This commit is contained in:
parent
28c51cd5e8
commit
046be61cc4
@ -4185,6 +4185,25 @@ int MainMenu(int menu)
|
||||
__io_wiisd.shutdown();
|
||||
ExitApp();
|
||||
|
||||
struct discHdr *header = &gameList[gameSelected];
|
||||
struct Game_CFG* game_cfg = CFG_get_game_opt(header->id);
|
||||
|
||||
if (game_cfg) {
|
||||
|
||||
videoChoice = game_cfg->video;
|
||||
languageChoice = game_cfg->language;
|
||||
ocarinaChoice = game_cfg->ocarina;
|
||||
viChoice = game_cfg->vipatch;
|
||||
|
||||
} else {
|
||||
|
||||
videoChoice = Settings.video;
|
||||
languageChoice = Settings.language;
|
||||
ocarinaChoice = Settings.ocarina;
|
||||
viChoice = Settings.vpatch;
|
||||
}
|
||||
|
||||
|
||||
switch(languageChoice)
|
||||
{
|
||||
case ConsoleLangDefault:
|
||||
|
Loading…
Reference in New Issue
Block a user