summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 6019d22..27aafe5 100644
--- a/gui.h
+++ b/gui.h
@@ -36,5 +36,13 @@ void get_savestate_filename_noshot(u32 slot, u8 *name_buffer);
void get_savestate_filename(u32 slot, u8 *name_buffer);
void get_savestate_snapshot(u8 *savestate_filename);
+#ifdef WIZ_BUILD
+ #define default_clock_speed 533
+#elif defined(GP2X_BUILD)
+ #define default_clock_speed 200
+#else
+ #define default_clock_speed 333
+#endif
+
#endif