ports/emulators/frodo/patches/patch-Src_main_h

11 lines
278 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Src/main.h.orig Wed Jan 2 13:14:55 2002
+++ Src/main.h Thu Jan 14 08:50:10 2010
@@ -119,6 +119,7 @@ class Frodo { (public)
private:
bool load_rom_files(void);
+ bool do_load_rom_files(void);
static char prefs_path[256]; // Pathname of current preferences file
};