diff options
| author | 2019-04-15 17:32:47 -0400 | |
|---|---|---|
| committer | 2019-04-16 21:23:34 -0400 | |
| commit | 819c21d99e39dd90cefd84a2c4d8884982456d44 (patch) | |
| tree | 81850ba85c4465654727608948aa561b4a24dfd9 /src/core/hle/kernel/kernel.cpp | |
| parent | Merge pull request #2378 from lioncash/ro (diff) | |
| download | yuzu-819c21d99e39dd90cefd84a2c4d8884982456d44.tar.gz yuzu-819c21d99e39dd90cefd84a2c4d8884982456d44.tar.xz yuzu-819c21d99e39dd90cefd84a2c4d8884982456d44.zip | |
CMakeLists: Ensure we specify Unicode as the codepage on Windows
Previously we were building with MBCS, which is pretty undesirable. We
want the application to be Unicode-aware in general.
Currently, we make the command line variant of yuzu use ANSI variants of
the non-standard getopt functions that we link in for Windows, given we
only have an ANSI option-set.
We should really replace getopt with a library that we make all build
types of yuzu link in, but this will have to do for the time being.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions