From 1aae7fb9c88389f70265d098add68b7d470746e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 13 Feb 2017 14:25:14 +0100 Subject: [PATCH] Remove C++14 optional digit separator It confuses GitHub and localization tools. And some people as well. --- Source/Core/Core/IOS/ES/ES.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/IOS/ES/ES.cpp b/Source/Core/Core/IOS/ES/ES.cpp index 2e55d311b0..723bb4776b 100644 --- a/Source/Core/Core/IOS/ES/ES.cpp +++ b/Source/Core/Core/IOS/ES/ES.cpp @@ -1192,7 +1192,7 @@ IPCCommandResult ES::LaunchBC(const IOCtlVRequest& request) if (GetVersion() == 0x101) return GetDefaultReply(ES_PARAMETER_SIZE_OR_ALIGNMENT); - ResetAfterLaunch(0x00000001'00000100); + ResetAfterLaunch(0x0000000100000100); EnqueueCommandAcknowledgement(request.address, 0); return GetNoReply(); }