mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +00:00
819c21d99e
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. |
||
---|---|---|
.. | ||
emu_window | ||
CMakeLists.txt | ||
config.cpp | ||
config.h | ||
default_ini.h | ||
resource.h | ||
yuzu.cpp | ||
yuzu.rc |