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

FIX: this should be namespace std:: to preserve compatibilty with non-glibc when building without gdb stub

This commit is contained in:
izder456 2024-12-25 09:14:53 -06:00
parent 72c86ade31
commit a059679f5b

View file

@ -1292,7 +1292,7 @@ bool EmuInstance::updateConsole() noexcept
};
auto gdbargs = gdbopt.GetBool("Enabled") ? std::make_optional(_gdbargs) : std::nullopt;
#else
optional<GDBArgs> gdbargs = std::nullopt;
std::optional<GDBArgs> gdbargs = std::nullopt;
#endif
NDSArgs ndsargs {