diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ void DeInit(); void Reset(); void Stop(); -void LoadROM(const char* path, bool direct); +bool LoadROM(const char* path, bool direct); void LoadBIOS(); void SetupDirectBoot(); |