diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-20 01:09:58 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-20 01:09:58 +0200 |
commit | 34133ef75c8f6f735604d7368a79a54724f06b99 (patch) | |
tree | b0b6e77ca7bb984a66e20254cb20dec745f5ed42 /src/NDSCart.cpp | |
parent | 68a7865096a17b7a10a9dc521c99c7eb042582ec (diff) |
make it able to map the Tab key
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r-- | src/NDSCart.cpp | 1 |
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) |