- 07 Apr, 2022 6 commits
-
-
Fernando S authored
Vulkan: crop to screen dimensions if crop not explicitly requested
-
Fernando S authored
dynarmic: Better interrupts
-
Fernando S authored
native_clock: Use lfence with rdtsc
-
Fernando S authored
shader_recompiler: support const buffer indirect addressing on OpenGL
-
bunnei authored
service: jit: stub JIT service
-
Liam authored
-
- 06 Apr, 2022 5 commits
- 05 Apr, 2022 4 commits
-
-
Mai M authored
dynarmic: Print stack trace on unrecognised instruction or other exception
-
Mai M authored
build: remove -fconcepts
-
merry authored
-
Andrea Pappacoda authored
It was needed on GCC versions not supporting `-std=c++20`, but GCC 10 and newer (required to compile yuzu) don't need it anymore
-
- 04 Apr, 2022 7 commits
-
-
bunnei authored
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"
-
bunnei authored
-
bunnei authored
texture_cache/util: Remove unneeded ReadBlockUnsafe
-
Liam authored
-
ameerj authored
This call was reading GPU memory into the dst buffer, which is then overwritten by the SwizzleTexture call.
-
bunnei authored
configuration: Add Paranoid CPU accuracy level
-
Liam authored
-
- 03 Apr, 2022 8 commits
-
-
Merry authored
__forceinline required on MSVC for function to be inlined
-
merry authored
-
bunnei authored
native_clock: Use AtomicLoad128
-
merry authored
-
merry authored
-
bunnei authored
applets/web: Keep foreground (websession) web applet open
-
bunnei authored
service: hid: Remove inaccurate behavior on initialization
-
german77 authored
-
- 02 Apr, 2022 10 commits
-
-
merry authored
-
merry authored
-
Merry authored
-
Merry authored
-
merry authored
audio_core: remove time stretcher
-
Morph authored
configure_hotkeys: Make first column stretch and not last column
-
Morph authored
configure_per_game_addons: Stretch first column and not last
-
Morph authored
fix: typos
-
merry authored
* Ensure 128-bit ordered load/stores are atomic * Always order exclusive load/stores
-
merry authored
Enforce memory ordering for acquire/release instructions.
-