Age | Commit message (Collapse) | Author |
|
|
|
|
|
k_capabilities: simplify KTrace map skip logic
|
|
actions: android: Build relWithDebInfo on main repo
|
|
Report more SDL errors
|
|
Fix Wayland appId
|
|
android: Small settings tweaks
|
|
|
|
video_core: Fix buffer_row_length for linear compressed textures
|
|
shader_recompiler: use default value for clip distances array
|
|
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.
|
|
|
|
|
|
Hides fastmem toggle when CPU Debugging is disabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: use simple mutex for object list container
|
|
service: fetch objects from the client handle table
|
|
Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing"
|
|
Port citra-emu/citra#7239: "common: Miscellaneous cleanups"
|
|
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
|
|
renderer_vulkan: demote format assert to error log
|
|
gl_rasterizer: Implement DrawTransformFeedback macro
|
|
|
|
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
|
|
|
|
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
|
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
|
|
|
|
|
|
|
general: properly support multiple memory instances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|