]> Shamusworld >> Repos - virtualjaguar/commitdiff
Small change to file load function
authorShamus Hammons <jlhamm@acm.org>
Fri, 2 Jan 2004 07:13:43 +0000 (07:13 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 2 Jan 2004 07:13:43 +0000 (07:13 +0000)
src/include/gui.h

index e8e516dc725486503a743632b7762e0c576109ae..b531132bd10cc08af2e80e4161975e1d976a3739 100644 (file)
@@ -18,7 +18,8 @@ void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * te
 bool GUIMain(void);
 
 uint32 JaguarLoadROM(uint8 * rom, char * path);
-void JaguarLoadCart(uint8 * mem, char * path);
+//void JaguarLoadCart(uint8 * mem, char * path);
+bool JaguarLoadFile(char * path);
 
 #ifdef __cplusplus
 }