mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
attempt at adding mirror instances and shito
This commit is contained in:
@ -41,6 +41,8 @@ using namespace Platform;
|
||||
namespace ROMManager
|
||||
{
|
||||
|
||||
QStringList FullROMPath;
|
||||
|
||||
int CartType = -1;
|
||||
std::string BaseROMDir = "";
|
||||
std::string BaseROMName = "";
|
||||
@ -729,6 +731,7 @@ bool LoadROM(QStringList filepath, bool reset)
|
||||
if (NDSSave) delete NDSSave;
|
||||
NDSSave = nullptr;
|
||||
|
||||
FullROMPath = filepath;
|
||||
BaseROMDir = basepath;
|
||||
BaseROMName = romname;
|
||||
BaseAssetName = romname.substr(0, romname.rfind('.'));
|
||||
|
Reference in New Issue
Block a user