mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Remove C++14 optional digit separator
It confuses GitHub and localization tools. And some people as well.
This commit is contained in:
parent
d1ade5de22
commit
1aae7fb9c8
@ -1192,7 +1192,7 @@ IPCCommandResult ES::LaunchBC(const IOCtlVRequest& request)
|
|||||||
if (GetVersion() == 0x101)
|
if (GetVersion() == 0x101)
|
||||||
return GetDefaultReply(ES_PARAMETER_SIZE_OR_ALIGNMENT);
|
return GetDefaultReply(ES_PARAMETER_SIZE_OR_ALIGNMENT);
|
||||||
|
|
||||||
ResetAfterLaunch(0x00000001'00000100);
|
ResetAfterLaunch(0x0000000100000100);
|
||||||
EnqueueCommandAcknowledgement(request.address, 0);
|
EnqueueCommandAcknowledgement(request.address, 0);
|
||||||
return GetNoReply();
|
return GetNoReply();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user