- 01 Jan, 2024 5 commits
-
-
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
-
- 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
- 28 Dec, 2023 2 commits
- 27 Dec, 2023 3 commits
- 26 Dec, 2023 9 commits
-
-
liamwhite authored
kernel: use simple mutex for object list container
-
liamwhite authored
service: fetch objects from the client handle table
-
liamwhite authored
Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing"
-
liamwhite authored
Port citra-emu/citra#7239: "common: Miscellaneous cleanups"
-
liamwhite authored
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
-
liamwhite authored
renderer_vulkan: demote format assert to error log
-
liamwhite authored
gl_rasterizer: Implement DrawTransformFeedback macro
-
GPUCode authored
-
FearlessTobi authored
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
-