Cemu/src/Cafe
Exzap ada8bbb3b4
Linux/MacOS: Greatly improve performance (#370)
std::unordered_set is implemented as a flat hashtable on libstdc++ which makes clearing expensive due to invoking memset on the entire table. To get the best performance across all platforms this replaces the unordered_set with a custom high-performance sparse bitset
2022-10-14 13:45:40 +02:00
..
Account Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
Filesystem Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
GameProfile Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
GraphicPack Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
HW Linux/MacOS: Greatly improve performance (#370) 2022-10-14 13:45:40 +02:00
IOSU Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
OS Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
TitleList Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
CafeSystem.cpp Add support for non portable mode (#356) 2022-10-12 08:03:26 +02:00
CafeSystem.h Misc. Linux improvements and bug fixes. (#121) 2022-09-01 20:46:20 +02:00
CMakeLists.txt Follow imgui recommendation and streamline build dependencies (#355) 2022-10-11 01:43:15 +02:00
GamePatch.cpp Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
GamePatch.h Add all the files 2022-08-22 22:21:23 +02:00