Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-30 | android: Expose touchscreen toggle | t895 | |
2023-12-30 | android: Don't apply material you below android 12 | t895 | |
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. | |||
2023-12-30 | frontend_common: config: Do not count "." as a special character | t895 | |
It would break reading floating point settings | |||
2023-12-30 | android: Migrate in-game overlay settings to ini | t895 | |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 | |
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. | |||
2023-12-30 | android: Migrate theme settings to ini | t895 | |
2023-12-30 | android: Update Kotlin version to 1.9.20 | t895 | |
2023-12-30 | Merge pull request #12509 from liamwhite/ktrace | liamwhite | |
k_capabilities: simplify KTrace map skip logic | |||
2023-12-30 | Merge pull request #12486 from t895/debug-ci | liamwhite | |
actions: android: Build relWithDebInfo on main repo | |||
2023-12-30 | Merge pull request #12527 from DCNick3/log-more-sdl-errors | liamwhite | |
Report more SDL errors | |||
2023-12-30 | Merge pull request #12521 from ReillyBrogan/fix-wayland-appid | liamwhite | |
Fix Wayland appId | |||
2023-12-30 | Merge pull request #12520 from t895/settings-tomfoolery | liamwhite | |
android: Small settings tweaks | |||
2023-12-30 | yuzu_cmd: Report more SDL errors | Nikita Strygin | |
2023-12-30 | Merge pull request #12479 from GPUCode/linear-bcn | Fernando S | |
video_core: Fix buffer_row_length for linear compressed textures | |||
2023-12-30 | Merge pull request #12487 from liamwhite/clip3 | Fernando S | |
shader_recompiler: use default value for clip distances array | |||
2023-12-29 | Fix Wayland appId | Reilly Brogan | |
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. | |||
2023-12-29 | android: Expose anisotropic filtering setting | t895 | |
2023-12-29 | android: Center switch setting title when no description is present | t895 | |
2023-12-29 | android: Pair fastmem toggle to CPU Debug toggle | t895 | |
Hides fastmem toggle when CPU Debugging is disabled | |||
2023-12-28 | actions: android: Build relWithDebInfo on main repo | t895 | |
2023-12-28 | k_capabilities: simplify KTrace map skip logic | Liam | |
2023-12-26 | shader_recompiler: use default value for clip distances array | Liam | |
2023-12-26 | shader_recompiler: respect clip distance limits in indexed store | Liam | |
2023-12-26 | Merge pull request #12455 from liamwhite/end-wait | liamwhite | |
kernel: use simple mutex for object list container | |||
2023-12-26 | Merge pull request #12465 from liamwhite/proper-handle-table | liamwhite | |
service: fetch objects from the client handle table | |||
2023-12-26 | Merge pull request #12471 from FearlessTobi/port-7146 | liamwhite | |
Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing" | |||
2023-12-26 | Merge pull request #12472 from FearlessTobi/port-7239 | liamwhite | |
Port citra-emu/citra#7239: "common: Miscellaneous cleanups" | |||
2023-12-26 | Merge pull request #12449 from liamwhite/debug-utils | liamwhite | |
renderer_vulkan: skip SetObjectNameEXT on unsupported driver | |||
2023-12-26 | Merge pull request #12448 from liamwhite/format-assert | liamwhite | |
renderer_vulkan: demote format assert to error log | |||
2023-12-26 | Merge pull request #12415 from ameerj/ogl-draw-auto | liamwhite | |
gl_rasterizer: Implement DrawTransformFeedback macro | |||
2023-12-26 | video_core: Fix buffer_row_length computation for linear compressed textures | GPUCode | |
2023-12-26 | assert/logging: Stop the logging thread and flush the backends before crashing | FearlessTobi | |
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com> | |||
2023-12-25 | ring_buffer: Use feature macro | FearlessTobi | |
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | |||
2023-12-25 | main: Remove unused enum | FearlessTobi | |
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | |||
2023-12-24 | am/jit: reference memory instance from context | Liam | |
2023-12-24 | kernel: remove unecessary process member from handle table | Liam | |
2023-12-24 | service: fetch objects from the client handle table | Liam | |
2023-12-24 | Merge pull request #12394 from liamwhite/per-process-memory | Fernando S | |
general: properly support multiple memory instances | |||
2023-12-23 | kernel: use simple mutex for object list container | Liam | |
2023-12-23 | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | Liam | |
2023-12-23 | renderer_vulkan: demote format assert to error log | Liam | |
2023-12-22 | kernel: fix resource limit imbalance | Liam | |
2023-12-22 | kernel: restrict nce to applications | Liam | |
2023-12-22 | general: properly support multiple memory instances | Liam | |
2023-12-22 | k_server_session: remove scratch buffer usage in favor of direct copy | Liam | |
2023-12-22 | k_server_session: process for guest servers | Liam | |
2023-12-22 | kernel: instantiate memory separately for each guest process | Liam | |
2023-12-22 | Merge pull request #12412 from ameerj/gl-query-prims | liamwhite | |
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | |||
2023-12-22 | Merge pull request #12435 from liamwhite/type-check | Fernando S | |
shader_recompiler: ensure derivatives for textureGrad are f32 | |||
2023-12-22 | Merge pull request #12410 from liamwhite/more-mali-null | Fernando S | |
renderer_vulkan: don't pass null view when nullDescriptor is not supported |