More NewUI, bugfix in ParamSFO where strings were created to include the trailing zero.

This commit is contained in:
Henrik Rydgard 2013-06-09 12:41:12 +02:00
parent cf2422002c
commit 645e8a7705
9 changed files with 195 additions and 32 deletions

View file

@ -337,6 +337,8 @@ void NativeInit(int argc, const char *argv[],
if (!gfxLog)
logman->SetLogLevel(LogTypes::G3D, LogTypes::LERROR);
INFO_LOG(BOOT, "Logger inited.");
#else
g_Config.memCardDirectory = "MemStick/";
#endif
i18nrepo.LoadIni(g_Config.languageIni);