citra/src/dedicated_room
Lioncash 1f2b44d24d 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-07-06 14:04:18 +02:00
..
citra-room.cpp CMakeLists: Ensure we specify Unicode as the codepage on Windows 2019-07-06 14:04:18 +02:00
citra-room.rc Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00
CMakeLists.txt citra-room: Add verify backend and use new announce api 2018-12-15 11:02:53 +08:00