summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortwinaphex2014-07-14 04:50:52 +0200
committertwinaphex2014-07-14 04:50:52 +0200
commit093a70482f693c179e3646c512acf649ebcebc37 (patch)
treeeed00676d3a14cc5aad93bb7aaa500f778777aa8 /gui.h
parent862e940b8c108fb0d29f9a1644be7a5360d7230d (diff)
downloadpicogpsp-093a70482f693c179e3646c512acf649ebcebc37.tar.gz
picogpsp-093a70482f693c179e3646c512acf649ebcebc37.tar.bz2
picogpsp-093a70482f693c179e3646c512acf649ebcebc37.zip
Get rid of PND_BUILD/RPI_BUILD/POLLUX_BUILD/GIZ_BUILD
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gui.h b/gui.h
index 6e51532..849d615 100644
--- a/gui.h
+++ b/gui.h
@@ -36,13 +36,7 @@ void get_savestate_filename_noshot(u32 slot, char *name_buffer);
void get_savestate_filename(u32 slot, char *name_buffer);
void get_savestate_snapshot(char *savestate_filename);
-#ifdef POLLUX_BUILD
- #define default_clock_speed 533
-#elif defined(GP2X_BUILD)
- #define default_clock_speed 200
-#else
- #define default_clock_speed 333
-#endif
+#define default_clock_speed 333
#endif