diff options
Diffstat (limited to 'source/nds/gui.h')
-rw-r--r-- | source/nds/gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nds/gui.h b/source/nds/gui.h index 9ebaf26..5a40979 100644 --- a/source/nds/gui.h +++ b/source/nds/gui.h @@ -97,6 +97,7 @@ extern char main_path[MAX_PATH]; extern char rom_path[MAX_PATH]; extern u32 game_enable_audio; +extern u32 clock_speed_number; /****************************************************************************** ******************************************************************************/ @@ -117,6 +118,7 @@ extern GAME_CONFIG game_config; extern void gui_init(u32 lang_id); extern u32 menu(u16 *original_screen); extern void game_disableAudio(); +extern void set_cpu_clock(u32 num); #ifdef __cplusplus } |