mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Windows fixes
This commit is contained in:
@@ -167,7 +167,7 @@ void CMain::LoadAudio()
|
||||
int CMain::appMain(boo::IApplication* app)
|
||||
{
|
||||
Zeus::detectCPU();
|
||||
mainWindow = app->newWindow("Metroid Prime 1 Reimplementation vZygote");
|
||||
mainWindow = app->newWindow(_S("Metroid Prime 1 Reimplementation vZygote"));
|
||||
mainWindow->showWindow();
|
||||
TOneStatic<CGameGlobalObjects> globalObjs;
|
||||
InitializeSubsystems();
|
||||
|
||||
Reference in New Issue
Block a user