yuzu-fork/src/yuzu_cmd
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
..
emu_window Merge pull request #2017 from jroweboy/glwidget 2019-04-13 22:08:40 -04:00
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
config.cpp core/yuzu: Remove enable_nfc setting 2019-03-29 15:02:28 +01:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h settings: Add new graphics setting for use_asynchronous_gpu_emulation. 2019-03-06 21:09:09 -05:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp CMakeLists: Ensure we specify Unicode as the codepage on Windows 2019-04-16 21:23:34 -04:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00