| Age | Commit message (Collapse) | Author |
|
|
|
video_core: Fix buffer_row_length for linear compressed textures
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
shader_recompiler: ensure derivatives for textureGrad are f32
|
|
renderer_vulkan: don't pass null view when nullDescriptor is not supported
|
|
|
|
|
|
|
|
|
|
qt: settings: Fix per-game vsync combobox
|
|
service: hid: Fix crash on InitializeVibrationDevice
|
|
|