bool EMU_loadRom(const char* path) { return doRomLoad(path, path); }
bool nds4droid_loadrom(const char* path) { return doRomLoad(path, path); }