Skip to content

Commit

Permalink
Update winmain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored Jul 27, 2024
1 parent 60a6315 commit 9e66534
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SpaceCadetPinball/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "winmain.h"

#include <malloc.h>
#include <di/di.h>

#include "control.h"
#include "midi.h"
Expand Down Expand Up @@ -44,6 +45,10 @@ int winmain::WinMain(LPCSTR lpCmdLine)
wii_graphics::Initialize();
wii_input::Initialize();

// Initialize DI
DI_Init();
DI_Mount();

// Set the base path for PINBALL.DAT

BasePath = (char *)"dvd:/0 Data/files/pinball/";
Expand Down

0 comments on commit 9e66534

Please sign in to comment.