Cemu/src
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
..
asm Cleanup udiv128 (#206) 2022-09-08 02:12:53 +02:00
audio Properly list files in CMakeLists instead of using GLOB (#249) 2022-09-17 03:24:57 +02:00
Cafe Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
Cemu Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
Common Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
config Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
gui Use correct preprocessor check for Linux (#360) 2022-10-12 13:10:57 +02:00
imgui Follow imgui recommendation and streamline build dependencies (#355) 2022-10-11 01:43:15 +02:00
input Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
resource Fix 1x1 symbols in debugger window + Load icons from headers on all platforms 2022-09-18 15:53:10 +02:00
tools Add all the files 2022-08-22 22:21:23 +02:00
util Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
CMakeLists.txt Linux: Print demangled symbols on backtrace (#312) 2022-10-10 02:35:04 +02:00
main.cpp Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
mainLLE.cpp Separate filestream.h into OS specific implementation files (#190) 2022-09-07 02:42:25 +02:00