1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

Update EmuInstance.cpp (#2090)

This commit is contained in:
OverdueWeevil2 2024-07-11 14:48:27 +03:00 committed by GitHub
parent b55eb431bd
commit a82b5758bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1110,7 +1110,7 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
};
auto jitargs = jitopt.GetBool("Enable") ? std::make_optional(_jitargs) : std::nullopt;
#else
optional<JITArsg> jitargs = std::nullopt;
optional<JITArgs> jitargs = std::nullopt;
#endif
#ifdef GDBSTUB_ENABLED