[nostalgia/core] Add unloadRom function

This commit is contained in:
2020-01-12 20:44:57 -06:00
parent 84ee494834
commit 04727ae57a
3 changed files with 23 additions and 4 deletions
+2
View File
@@ -14,4 +14,6 @@ namespace nostalgia::core {
uint8_t *loadRom(const char *path = "");
void unloadRom(uint8_t*);
}