aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-19 19:07:39 +0100
committerStapleButter <thetotalworm@gmail.com>2017-03-19 19:07:39 +0100
commit59d107bfb0ae6b5f8d683890010885ff35050ff6 (patch)
treed683f9b2021d87ba571d7f017bcecbeb5fd38775 /src/NDS.h
parent5a061bc63830e85858264ff684a8008fa17e18b4 (diff)
make ROM path not be hardcoded.
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDS.h b/src/NDS.h
index ed706af..976bd26 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -116,6 +116,7 @@ bool Init();
void DeInit();
void Reset();
+void LoadROM(const char* path, bool direct);
void SetupDirectBoot();
void RunFrame();