aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r--src/NDSCart.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index 585eadf..8ced842 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -903,6 +903,7 @@ bool LoadROM(const char* path, const char* sram, bool direct)
{
// TODO: streaming mode? for really big ROMs or systems with limited RAM
// for now we're lazy
+ // also TODO: validate what we're loading!!
FILE* f = Platform::OpenFile(path, "rb");
if (!f)