- 01 Jul, 2023 2 commits
-
-
Steveice10 authored
It is probably not correct to create a surface on a non-VulkanSurface window. On macOS this causes a preferences crash due to missing CAMetalLayer.
-
Steveice10 authored
-
- 30 Jun, 2023 2 commits
-
-
Fernando S authored
Texture cache: Fix YFC regression due to code testing
-
Fernando S authored
AccelerateDMA: Don't accelerate 3D texture DMA operations
-
- 29 Jun, 2023 8 commits
-
-
Fernando Sahmkow authored
-
Charles Lombardo authored
android: Suppress a known incompatibility
-
liamwhite authored
x64: Make use of monitorx instructions for power efficient sleeps (AMD)
-
liamwhite authored
input_common: Remove duplicated enum and fix ring detection
-
liamwhite authored
Blacklist EDS3 blending from new AMD drivers
-
Abandoned Cart authored
Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks.
-
Fernando Sahmkow authored
-
german77 authored
-
- 28 Jun, 2023 20 commits
-
-
bunnei authored
android: Android 14 support
-
Matías Locatti authored
-
Charles Lombardo authored
Specifies the permissions needed for the changes to foreground services in Android 14.
-
liamwhite authored
android: Mali support
-
german77 authored
-
Morph authored
-
Morph authored
-
Morph authored
MWAITX is equivalent to UMWAIT on Intel's Alder Lake CPUs. We can emulate TPAUSE by using MONITORX in conjunction with MWAITX to wait for 100K cycles.
-
Morph authored
monitorx introduces 2 instructions: MONITORX and MWAITX.
-
GPUCode authored
-
GPUCode authored
-
GPUCode authored
-
GPUCode authored
* Causes crashes because mali drivers don't support debug utils
-
GPUCode authored
* 1.3 is guaranteed on all 1.1 drivers
-
GPUCode authored
-
GPUCode authored
-
GPUCode authored
-
liamwhite authored
arm_dynarmic_32: Remove disabling of block linking on arm64
-
liamwhite authored
gitmodules: normalize indentation and url
-
liamwhite authored
settings: Catch runtime_error, fallback time zone
-
- 27 Jun, 2023 8 commits
-
-
lat9nq authored
Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there.
-
Merry authored
-
lat9nq authored
Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback.
-
Morph authored
yuzu: Fix clang format
-
german77 authored
-
Alexandre Bouvier authored
-
Narr the Reg authored
qt: add option to disable controller applet
-
liamwhite authored
Use safe reads in DMA engine
-