- 02 Jan, 2024 7 commits
-
-
Merry authored
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous.
-
liamwhite authored
yuzu: Use displayed port on direct connect
-
Narr the Reg authored
-
liamwhite authored
android: Fix dpad position saving
-
liamwhite authored
android: Use case-insensitive check for addon directory
-
t895 authored
-
t895 authored
Was using the wrong key previously
-
- 01 Jan, 2024 9 commits
-
-
liamwhite authored
Update translations (2024-01-01)
-
liamwhite authored
VideoCore: A few fixes to DMA and swapchain
-
liamwhite authored
service: hid: Use applet resource to get latest shared memory handle
-
liamwhite authored
android: Migrate remaining settings to ini
-
Narr the Reg authored
core_timing: minor refactors
-
Narr the Reg authored
core: track separate heap allocation for linux
-
Narr the Reg authored
ips_layer: prevent out of bounds access with offset exceeding module size
-
Narr the Reg authored
jit: use code memory handles correctly
-
The yuzu Community authored
-
- 31 Dec, 2023 3 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Narr the Reg authored
-
- 30 Dec, 2023 16 commits
-
-
t895 authored
-
t895 authored
Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens.
-
t895 authored
It would break reading floating point settings
-
t895 authored
-
t895 authored
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
-
t895 authored
-
t895 authored
-
liamwhite authored
k_capabilities: simplify KTrace map skip logic
-
liamwhite authored
actions: android: Build relWithDebInfo on main repo
-
liamwhite authored
Report more SDL errors
-
liamwhite authored
Fix Wayland appId
-
liamwhite authored
android: Small settings tweaks
-
Nikita Strygin authored
-
Fernando S authored
video_core: Fix buffer_row_length for linear compressed textures
-
Fernando S authored
shader_recompiler: use default value for clip distances array
-
Reilly Brogan authored
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension. Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards.
-
- 29 Dec, 2023 5 commits