xenia-canary/src/xenia
emoose 811825afab [Kernel] Fix wide-printf functions not processing %ws format correctly
This would break strings like memory://%.*ws, because the %ws would set FF_IsWide, but FF_IsWide is actually treated as an "is opposite encoding" flag.
Since the function is already wide, that flag would make it think it's opposite encoding and it'd try reading the param as ASCII instead of Unicode...
2020-01-11 20:44:14 +11:00
..
app [HID] Allow winkey driver to use the first unused user index 2020-01-11 20:44:12 +11:00
apu [APU] Support XAudio 2.7 2019-11-02 22:27:38 +03:00
base [Base] Change DEFINE_uint64 -> DEFINE_int64, cpptoml seems to have issues with uint64.. 2020-01-11 20:44:11 +11:00
cpu [Base] Change DEFINE_uint64 -> DEFINE_int64, cpptoml seems to have issues with uint64.. 2020-01-11 20:44:11 +11:00
debug/ui [imgui] Fixes to work with new api. 2019-11-20 08:05:40 -06:00
gpu [GPU] InitializeRingBuffer - Clear buffer space to prevent random data readout 2020-01-11 20:44:14 +11:00
hid [HID] Allow winkey driver to use the first unused user index 2020-01-11 20:44:12 +11:00
kernel [Kernel] Fix wide-printf functions not processing %ws format correctly 2020-01-11 20:44:14 +11:00
tools/api-scanner Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
ui [Base] Change DEFINE_uint64 -> DEFINE_int64, cpptoml seems to have issues with uint64.. 2020-01-11 20:44:11 +11:00
vfs [VFS] Oops, fix wrong BlockToOffset result for non-CON packages 2020-01-11 20:44:13 +11:00
config.cc Change default config file name 2019-10-10 07:38:30 -05:00
config.h Add config class for loading and saving of config file 2019-08-03 02:34:07 +02:00
emulator.cc [XAM/User] Add support for multiple signed-in users/profiles 2020-01-11 20:44:12 +11:00
emulator.h [App/Discord] Rework how rich presence is managed. 2019-08-03 08:16:04 -05:00
memory.cc [XAM/User] Added descriptions and labels for achievements 2020-01-11 20:44:09 +11:00
memory.h [XAM/User] Added descriptions and labels for achievements 2020-01-11 20:44:09 +11:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00
xbox.h [XAM] Implement a number of language/locale related functions. 2019-09-04 20:03:25 -05:00