mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Update EmuInstance.cpp (#2090)
This commit is contained in:
@ -1110,7 +1110,7 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
|
|||||||
};
|
};
|
||||||
auto jitargs = jitopt.GetBool("Enable") ? std::make_optional(_jitargs) : std::nullopt;
|
auto jitargs = jitopt.GetBool("Enable") ? std::make_optional(_jitargs) : std::nullopt;
|
||||||
#else
|
#else
|
||||||
optional<JITArsg> jitargs = std::nullopt;
|
optional<JITArgs> jitargs = std::nullopt;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GDBSTUB_ENABLED
|
#ifdef GDBSTUB_ENABLED
|
||||||
|
Reference in New Issue
Block a user