summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/CommandProcessor.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2010-12-19 16:11:55 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2010-12-19 16:11:55 +0000
commit98e89c932920bea4411ca43f6eaab27b51512781 (patch)
tree1e795991860afb9db57e91fde52e70621b45d2e3 /Source/Core/VideoCommon/Src/CommandProcessor.cpp
parentfe9e72d6dcfc86bb75b14be9c1ea686e9e8205c2 (diff)
OS X std::locale only supports the "C" locale and will give an exception
on any other, including "" when a different one is specified through the POSIX locale environment variables. This is not normally a problem since these variables are stripped out from the environment when an application is launched by the Finder. This is not the case when running the binary directly from the command line, such as when debugging. I have temporarily disabled the use of std::locale("") on OS X while I try to come up with a better solution. Fixes issue 3598. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6615 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions