diff options
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r-- | src/NDSCart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h index 61dd11a..5125ffa 100644 --- a/src/NDSCart.h +++ b/src/NDSCart.h @@ -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(); |