summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authornotaz2009-06-21 22:54:28 +0300
committernotaz2009-06-21 22:54:28 +0300
commit1d02ca757541e9b8e44362c013a1300cabf69458 (patch)
tree958213f88a2a051fcc81033980a82e7fc18c0fae /gui.h
parentf50ad10a9b620788f189f0c44fa79b295f52dab4 (diff)
downloadpicogpsp-1d02ca757541e9b8e44362c013a1300cabf69458.tar.gz
picogpsp-1d02ca757541e9b8e44362c013a1300cabf69458.tar.bz2
picogpsp-1d02ca757541e9b8e44362c013a1300cabf69458.zip
fixed clock and scaling config saving handling
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