Skip to content

Commit

Permalink
Update EmuInstance.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
OverdueWeevil2 authored Jul 11, 2024
1 parent b55eb43 commit 3a798d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/qt_sdl/EmuInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a798d7

Please sign in to comment.