summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-01Update translations (2023-07-01) (#10972)zhaobot
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org>
2023-06-30Merge pull request #10953 from FernandoS27/oh-oopsies-yfcFernando S
Texture cache: Fix YFC regression due to code testing
2023-06-30Merge pull request #10956 from FernandoS27/pikmin-another-game-ill-hateFernando S
AccelerateDMA: Don't accelerate 3D texture DMA operations
2023-06-29AccelerateDMA: Don't accelerate 3D texture DMA operationsFernando Sahmkow
2023-06-29Merge pull request #10955 from 8bitDream/gradleCharles Lombardo
android: Suppress a known incompatibility
2023-06-29Merge pull request #10935 from Morph1984/mwaitxliamwhite
x64: Make use of monitorx instructions for power efficient sleeps (AMD)
2023-06-29Merge pull request #10937 from german77/ringliamwhite
input_common: Remove duplicated enum and fix ring detection
2023-06-29Merge pull request #10946 from goldenx86/amdBlendingliamwhite
Blacklist EDS3 blending from new AMD drivers
2023-06-29android: Suppress a known incompatibilityAbandoned Cart
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.
2023-06-29Texture cache: Fix YFC regression due to code testingFernando Sahmkow
2023-06-29input_common: Allow timeouts to happen while scanning for a ringgerman77
2023-06-28Merge pull request #10945 from t895/android-14bunnei
android: Android 14 support
2023-06-28Blacklist EDS3 blending from new AMD driversMatías Locatti
2023-06-28android: Android 14 supportCharles Lombardo
Specifies the permissions needed for the changes to foreground services in Android 14.
2023-06-28Merge pull request #10837 from liamwhite/mali-supportliamwhite
android: Mali support
2023-06-28input_common: Remove duplicated DriverResult enumgerman77
2023-06-28x64: cpu_wait: Implement MWAITX for non-MSVC compilersMorph
2023-06-28x64: cpu_wait: Remove magic valuesMorph
2023-06-28x64: cpu_wait: Make use of MWAITX in MicroSleepMorph
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.
2023-06-28x64: Add detection of monitorx instructionsMorph
monitorx introduces 2 instructions: MONITORX and MWAITX.
2023-06-27renderer_vulkan: Prevent crashes when blitting depth stencilGPUCode
2023-06-27video_core: Add BCn decoding supportGPUCode
2023-06-27renderer_vulkan: Add more feature checkingGPUCode
2023-06-27renderer_vulkan: Don't assume debug tool with debug rendererGPUCode
* Causes crashes because mali drivers don't support debug utils
2023-06-27renderer_vulkan: Bump minimum SPIRV versionGPUCode
* 1.3 is guaranteed on all 1.1 drivers
2023-06-27renderer_vulkan: Respect viewport limitGPUCode
2023-06-27renderer_vulkan: Don't add transform feedback flag if unsupportedGPUCode
2023-06-27renderer_vulkan: Add suport for debug report callbackGPUCode
2023-06-27Merge pull request #10933 from merryhime/dunnoliamwhite
arm_dynarmic_32: Remove disabling of block linking on arm64
2023-06-27Merge pull request #10932 from abouvier/git-indentliamwhite
gitmodules: normalize indentation and url
2023-06-27Merge pull request #10930 from lat9nq/msvc-inconsistent-time-zonesliamwhite
settings: Catch runtime_error, fallback time zone
2023-06-27settings: Clean up includeslat9nq
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.
2023-06-27arm_dynarmic_32: Remove disabling of block linking on arm64Merry
2023-06-27settings: Catch runtime_error, fallback time zonelat9nq
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.
2023-06-27Merge pull request #10931 from german77/clangMorph
yuzu: Fix clang format
2023-06-27yuzu: Fix clang formatgerman77
2023-06-27gitmodules: normalize indentation and urlAlexandre Bouvier
2023-06-27Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg
qt: add option to disable controller applet
2023-06-27Merge pull request #10867 from Kelebek1/dma_safeliamwhite
Use safe reads in DMA engine
2023-06-27Merge pull request #10473 from GPUCode/vmaliamwhite
Use vulkan memory allocator
2023-06-27Merge pull request #10495 from bm01/masterliamwhite
input_common: Redesign mouse panning
2023-06-27Merge pull request #10679 from zeltermann/wakelock-reasonliamwhite
Only use SDL wakelock on Linux
2023-06-27Merge pull request #10916 from ameerj/lolmemliamwhite
OpenGL: Add Local Memory warmup shader for Nvidia
2023-06-26Merge pull request #10925 from t895/fs-agonyliamwhite
android: Fix size check for content uris
2023-06-26android: Fix size check for content urisCharles Lombardo
Fix for checking file size for android content uris
2023-06-26Merge pull request #10908 from kiri11/clarify-ring-uiliamwhite
Clarify Ring-Con configuration message in UI
2023-06-26Merge pull request #10903 from german77/nfc_stateliamwhite
input_common: Improve nfc state handling and 3rd party support
2023-06-26Merge pull request #10901 from german77/sdl_fixliamwhite
input_common: Make use of new SDL features
2023-06-26Merge pull request #10894 from lat9nq/bsd-tzdbliamwhite
nx_tzdb: Update tzdb_to_nx
2023-06-26Merge pull request #10888 from 8bitDream/nativeliamwhite
android: (native) Parameter types from Android Studio