aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r--source/nds/entry.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nds/entry.h b/source/nds/entry.h
index a6bd350..0728768 100644
--- a/source/nds/entry.h
+++ b/source/nds/entry.h
@@ -7,7 +7,9 @@ extern "C" {
void game_restart(void);
- int load_gamepak(char* file);
+ int load_gamepak(const char* file);
+
+ extern unsigned int AutoCPUFrequency;
#ifdef __cplusplus
}
#endif