| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | frontend_common: config: Do not count "." as a special character | 2023-12-30 | 1 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | It would break reading floating point settings | |||||
| | * | | | | android: Migrate in-game overlay settings to ini | 2023-12-30 | 27 | -847/+1209 | ||
| | | | | | | ||||||
| | * | | | | frontend_common: config: Refactor WriteSetting to stricter types | 2023-12-30 | 5 | -134/+188 | ||
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | android: Migrate theme settings to ini | 2023-12-30 | 8 | -61/+127 | ||
| | | | | | | ||||||
| | * | | | | android: Update Kotlin version to 1.9.20 | 2023-12-30 | 2 | -2/+2 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #12454 from liamwhite/ct-stuff | 2024-01-01 | 15 | -110/+101 | ||
| |\ \ \ \ | | | | | | | | | | | core_timing: minor refactors | |||||
| | * | | | | core_timing: block advance thread while clearing and signal after | 2023-12-23 | 1 | -1/+2 | ||
| | | | | | | ||||||
| | * | | | | core_timing: handle concurrent unscheduling of looping events | 2023-12-23 | 2 | -4/+15 | ||
| | | | | | | ||||||
| | * | | | | core_timing: use static typing for no-wait unschedule | 2023-12-23 | 3 | -8/+12 | ||
| | | | | | | ||||||
| | * | | | | core_timing: remove user data value | 2023-12-23 | 15 | -104/+79 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #12466 from liamwhite/sh2 | 2024-01-01 | 16 | -93/+616 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | core: track separate heap allocation for linux | |||||
| | * | | | | | heap_tracker: use linear-time mapping eviction | 2023-12-27 | 2 | -9/+28 | ||
| | | | | | | | ||||||
| | * | | | | | core: track separate heap allocation for linux | 2023-12-25 | 16 | -93/+597 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12501 from liamwhite/ips | 2024-01-01 | 1 | -0/+7 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ips_layer: prevent out of bounds access with offset exceeding module size | |||||
| | * | | | | | | ips_layer: prevent out of bounds access with offset exceeding module size | 2023-12-28 | 1 | -0/+7 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12513 from liamwhite/jit-fix | 2024-01-01 | 4 | -18/+146 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | jit: use code memory handles correctly | |||||
| | * | | | | | | jit: use code memory handles correctly | 2023-12-29 | 4 | -18/+146 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12509 from liamwhite/ktrace | 2023-12-30 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | k_capabilities: simplify KTrace map skip logic | |||||
| | * | | | | | | k_capabilities: simplify KTrace map skip logic | 2023-12-28 | 1 | -2/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12527 from DCNick3/log-more-sdl-errors | 2023-12-30 | 2 | -2/+3 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Report more SDL errors | |||||
| | * | | | | | | yuzu_cmd: Report more SDL errors | 2023-12-30 | 2 | -2/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12521 from ReillyBrogan/fix-wayland-appid | 2023-12-30 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix Wayland appId | |||||
| | * | | | | | | Fix Wayland appId | 2023-12-29 | 1 | -0/+4 | ||
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #12520 from t895/settings-tomfoolery | 2023-12-30 | 6 | -2/+39 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | android: Small settings tweaks | |||||
| | * | | | | | android: Expose anisotropic filtering setting | 2023-12-29 | 5 | -1/+37 | ||
| | | | | | | | ||||||
| | * | | | | | android: Center switch setting title when no description is present | 2023-12-29 | 1 | -1/+1 | ||
| | | | | | | | ||||||
| | * | | | | | android: Pair fastmem toggle to CPU Debug toggle | 2023-12-29 | 1 | -0/+1 | ||
| | |/ / / / | | | | | | | | | | | | | | | | Hides fastmem toggle when CPU Debugging is disabled | |||||
| * | | | | | Merge pull request #12479 from GPUCode/linear-bcn | 2023-12-30 | 3 | -33/+35 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | video_core: Fix buffer_row_length for linear compressed textures | |||||
| | * | | | | | video_core: Fix buffer_row_length computation for linear compressed textures | 2023-12-26 | 3 | -33/+35 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | shader_recompiler: use default value for clip distances array | 2023-12-26 | 1 | -7/+13 | ||
| | | | | | | ||||||
| * | | | | | shader_recompiler: respect clip distance limits in indexed store | 2023-12-26 | 1 | -18/+28 | ||
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #12455 from liamwhite/end-wait | 2023-12-26 | 3 | -31/+10 | ||
| |\ \ \ \ | | | | | | | | | | | kernel: use simple mutex for object list container | |||||
| | * | | | | kernel: use simple mutex for object list container | 2023-12-23 | 3 | -31/+10 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #12465 from liamwhite/proper-handle-table | 2023-12-26 | 14 | -77/+55 | ||
| |\ \ \ \ | | | | | | | | | | | service: fetch objects from the client handle table | |||||
| | * | | | | am/jit: reference memory instance from context | 2023-12-24 | 3 | -5/+7 | ||
| | | | | | | ||||||
| | * | | | | kernel: remove unecessary process member from handle table | 2023-12-24 | 2 | -6/+3 | ||
| | | | | | | ||||||
| | * | | | | service: fetch objects from the client handle table | 2023-12-24 | 12 | -66/+45 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #12471 from FearlessTobi/port-7146 | 2023-12-26 | 3 | -0/+23 | ||
| |\ \ \ \ | | | | | | | | | | | Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing" | |||||
| | * | | | | assert/logging: Stop the logging thread and flush the backends before crashing | 2023-12-26 | 3 | -0/+23 | ||
| | |/ / / | | | | | | | | | | | | | Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com> | |||||
| * | | | | Merge pull request #12472 from FearlessTobi/port-7239 | 2023-12-26 | 2 | -9/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Port citra-emu/citra#7239: "common: Miscellaneous cleanups" | |||||
| | * | | | | ring_buffer: Use feature macro | 2023-12-25 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | |||||
| | * | | | | main: Remove unused enum | 2023-12-25 | 1 | -8/+0 | ||
| | |/ / / | | | | | | | | | | | | | Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | |||||
| * | | | | Merge pull request #12449 from liamwhite/debug-utils | 2023-12-26 | 1 | -1/+3 | ||
| |\ \ \ \ | | | | | | | | | | | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | |||||
| | * | | | | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | 2023-12-23 | 1 | -1/+3 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #12448 from liamwhite/format-assert | 2023-12-26 | 1 | -8/+8 | ||
| |\ \ \ \ | | | | | | | | | | | renderer_vulkan: demote format assert to error log | |||||
| | * | | | | renderer_vulkan: demote format assert to error log | 2023-12-23 | 1 | -8/+8 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #12415 from ameerj/ogl-draw-auto | 2023-12-26 | 8 | -2/+90 | ||
| |\ \ \ \ | |_|/ / |/| | | | gl_rasterizer: Implement DrawTransformFeedback macro | |||||
| | * | | | gl_rasterizer: Implement DrawTransformFeedback macro | 2023-12-19 | 8 | -2/+90 | ||
| | | |/ | |/| | ||||||
| * | | | kernel: fix resource limit imbalance | 2023-12-22 | 3 | -8/+7 | ||
| | | | | ||||||
| * | | | kernel: restrict nce to applications | 2023-12-22 | 3 | -6/+6 | ||
| | | | | ||||||