yuzu-fork/src
Lioncash 819c21d99e 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.
2019-04-16 21:23:34 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common Merge pull request #2391 from lioncash/scope 2019-04-12 21:52:35 -04:00
core Merge pull request #2378 from lioncash/ro 2019-04-13 22:16:10 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core Merge pull request #2373 from FernandoS27/z32 2019-04-13 22:14:51 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2357 from zarroboogs/force-30fps-mode 2019-04-13 22:14:04 -04:00
yuzu_cmd CMakeLists: Ensure we specify Unicode as the codepage on Windows 2019-04-16 21:23:34 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Ensure we specify Unicode as the codepage on Windows 2019-04-16 21:23:34 -04:00