8000 Tags · Ragul32/Cemu-android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Ragul32/Cemu-android

Tags

v2.0-16

Toggle v2.0-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
10000
Enable online features for Unix (cemu-project#486)

v2.0-15

Toggle v2.0-15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Linux+OpenGL: Implement GUI vsync setting (cemu-project#477)

v2.0-14

Toggle v2.0-14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vulkan: Fix freeze when closing pad view (cemu-project#435)

v2.0-13

Toggle v2.0-13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CubebInput: Avoid redundant CoInitializeEx (cemu-project#449)

v2.0-12

Toggle v2.0-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MacOS: Workaround for Metal stride limitation (cemu-project#445)

v2.0-11

Toggle v2.0-11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vulkan: Experimental fix for self-dependency barriers during renderpa…

…ss (cemu-project#431)

v2.0-10

Toggle v2.0-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
macOS: Set values for empty keys in Info.plist (cemu-project#425)

v2.0-9

Toggle v2.0-9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DSU: Fix bad crc calculate (cemu-project#410)

v2.0-8

Toggle v2.0-8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create Cemu .app bundle for macOS (cemu-project#364)

v2.0-7

Toggle v2.0-7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
0