Skip to content

Commit

Permalink
- french language update by damian
Browse files Browse the repository at this point in the history
- brazilian language update by tico (was included in release but never officially added to source)
- minor change in homebrew boot
  • Loading branch information
Fledge68 committed May 11, 2020
1 parent f10e48d commit b077821
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 220 deletions.
Binary file modified out/bins/ext_booter.bin
Binary file not shown.
Binary file modified out/boot.dol
Binary file not shown.
6 changes: 3 additions & 3 deletions source/menu/menu_game_boot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,16 @@ void CMenu::_launchHomebrew(const char *filepath, vector<string> arguments)
m_cfg.save(true);

Playlog_Delete();
/* no more error msgs - remove btns and sounds */
cleanup();

/* load boot.dol into memory and load app_booter.bin into memory */
bool ret = (LoadHomebrew(filepath) && LoadAppBooter(fmt("%s/app_booter.bin", m_binsDir.c_str())));
if(ret == false)
{
error(_t("errgame14", L"app_booter.bin not found!"));
//error(_t("errgame14", L"app_booter.bin not found!"));
_exitWiiflow();
}
/* no more error msgs - remove btns and sounds */
cleanup();

AddBootArgument(filepath);
for(u32 i = 0; i < arguments.size(); ++i)
Expand Down
Loading

0 comments on commit b077821

Please sign in to comment.