Tags: Ragul32/Cemu-android
Tags
Linux+OpenGL: Implement GUI vsync setting (cemu-project#477)
CubebInput: Avoid redundant CoInitializeEx (cemu-project#449)
MacOS: Workaround for Metal stride limitation (cemu-project#445)
Vulkan: Experimental fix for self-dependency barriers during renderpa… …ss (cemu-project#431)
macOS: Set values for empty keys in Info.plist (cemu-project#425)
Linux/MacOS: Greatly improve performance (cemu-project#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
PreviousNext