X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gui.h;fp=gui.h;h=27aafe5f5c2ff04ea9211185b30bf99a5e497dc5;hb=1d02ca757541e9b8e44362c013a1300cabf69458;hp=6019d22aeee306cf176c01326d3493f4d620b8f8;hpb=f50ad10a9b620788f189f0c44fa79b295f52dab4;p=gpsp.git 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