]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
1.0.7 update
[virtualjaguar] / src / include / gui.h
index 2a3ca2ead8a77e5aa5b81e9eb09799fe0d819e3b..b531132bd10cc08af2e80e4161975e1d976a3739 100644 (file)
@@ -14,7 +14,12 @@ extern "C" {
 void InitGUI(void);
 void GUIDone(void);
 void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
-bool UserSelectFile(char * path, char * filename);
+//bool UserSelectFile(char * path, char * filename);
+bool GUIMain(void);
+
+uint32 JaguarLoadROM(uint8 * rom, char * path);
+//void JaguarLoadCart(uint8 * mem, char * path);
+bool JaguarLoadFile(char * path);
 
 #ifdef __cplusplus
 }