Cemu/src/Common
Exzap f65dbe8437 Fix encoding error in input profile filenames
- Controller profile filenames now encode unicode characters correctly
- Removed dependency on boost::filesystem. There is still an indirect dependency on it from another boost module it seems
- Refactored some code to use FileStream instead of ifstream/ofstream
2022-10-12 14:27:01 +02:00
..
ExceptionHandler Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
GLInclude Add all the files 2022-08-22 22:21:23 +02:00
unix MacOS+Linux: Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC (#313) 2022-09-29 11:36:27 +02:00
windows Fix incorrect streamout buffer index in GS + refactor various code (#258) 2022-09-17 03:45:18 +02:00
betype.h style: use std::enable_if & co instead of boost:: (#153) 2022-09-02 21:06:05 +02:00
CMakeLists.txt Properly list files in CMakeLists instead of using GLOB (#249) 2022-09-17 03:24:57 +02:00
enumFlags.h Add all the files 2022-08-22 22:21:23 +02:00
FileStream.h Separate filestream.h into OS specific implementation files (#190) 2022-09-07 02:42:25 +02:00
MemPtr.h Add all the files 2022-08-22 22:21:23 +02:00
platform.h build: improve the Linux aspect of things (#75) 2022-08-29 07:19:48 +02:00
precompiled.cpp Add all the files 2022-08-22 22:21:23 +02:00
precompiled.h Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
socket.h Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
StackAllocator.h Add all the files 2022-08-22 22:21:23 +02:00
SysAllocator.cpp Fix compilation on GCC and other Linux fixes (#80) 2022-08-28 15:29:15 +02:00
SysAllocator.h Fix compilation on GCC and other Linux fixes (#80) 2022-08-28 15:29:15 +02:00
version.h Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
zstring_view.h Add all the files 2022-08-22 22:21:23 +02:00