make ROM path not be hardcoded.

This commit is contained in:
StapleButter
2017-03-19 19:07:39 +01:00
parent 5a061bc638
commit 59d107bfb0
5 changed files with 24 additions and 15 deletions

View File

@ -40,7 +40,7 @@ bool Init();
void DeInit();
void Reset();
bool LoadROM(char* path);
bool LoadROM(const char* path, bool direct);
void WriteROMCnt(u32 val);
u32 ReadROMData();