Commit Graph

  • 2fd1d8c34c Arhival notice main 2026-02-17 lizzie 2026-02-16 20:17:05 +00:00
  • 659b23d642 feat(ui): Fix .png & .svg rendering issue for game_list / Introduce Play Time editing in Custom Metadata Collecting 2026-02-15 20:09:58 -05:00
  • 637418dbaf feat(ui): Add Editing of Game Metadata for Custom Icons & Game Titles Collecting 2026-02-15 02:01:09 -05:00
  • a56c7a515c revert d493709de9 Collecting 2026-02-15 03:29:59 +01:00
  • d493709de9 Update externals/CMakeLists.txt Collecting 2026-02-15 03:16:14 +01:00
  • d627a08c9b Update externals/CMakeLists.txt Collecting 2026-02-15 02:55:08 +01:00
  • 1a46f96131 revert 57ec0f0a7b Collecting 2026-02-15 02:41:05 +01:00
  • 2036d10c9c fix(SPIR-V): Settings Values Collecting 2026-02-14 20:01:45 -05:00
  • 57ec0f0a7b Fix duplicate SPIRV-Headers target using patching Collecting 2026-02-14 19:06:23 -05:00
  • eb9cc8941e fix(Android): Compilation Issues due to SPIR-V Adjustments Collecting 2026-02-14 18:25:42 -05:00
  • 475b4fc401 fix(SPIR-V): Re-adjust Setting Enums Collecting 2026-02-14 17:56:41 -05:00
  • 48f5163431 Add dummy SPIRV-HeadersConfig.cmake for sirit Collecting 2026-02-14 17:21:08 -05:00
  • 4b4f915d7c Fix duplicate sirit add_subdirectory Collecting 2026-02-14 17:11:22 -05:00
  • d3507c2c3a Fix SPIRV-Headers Dependency Order Collecting 2026-02-14 17:03:48 -05:00
  • 9fbecdf8a7 revert 74bddda9dc Collecting 2026-02-14 22:56:39 +01:00
  • 74bddda9dc fix(compiler): Header Differentiation collecting 2026-02-14 16:46:43 -05:00
  • 57f7999b76 feat(externals): Add SPIR-V Tools to help Optimize Performance collecting 2026-02-14 16:26:43 -05:00
  • 4af75b7544 fix(nvnflinger): exclude overlay layers from frame timing calculation Zephyron 2026-02-14 12:20:26 +10:00
  • 5ec6c493f2 fix(shader): use pixel format for texture component type classification Zephyron 2026-02-14 11:10:35 +10:00
  • 19acc53fb6 Let's try that again Collecting 2026-02-13 20:29:56 +01:00
  • a91c0eec59 fix(MSVC): Rearrange Headers (I keep messing that up) collecting 2026-02-13 14:28:33 -05:00
  • 8218f84aa0 Merge pull request 'feat(FS): Add Ability to Read/Use Updates/DLC from External Directories' (#136) from feat/external-update-dlc into main Collecting 2026-02-13 20:02:30 +01:00
  • ab91213423 feat(FS): Add Ability to Read/Use Updates/DLC from External Directories feat/external-update-dlc collecting 2026-02-13 13:56:49 -05:00
  • 813fe64c0c revert df6ee98a51 Collecting 2026-02-12 05:38:28 +01:00
  • 0ec9aceccf revert 000f243c82 Collecting 2026-02-12 03:54:36 +01:00
  • fa107b7581 Merge pull request 'fix(vulkan): Async Presentation & Shader Logic' (#135) from fix/async-shader into main Collecting 2026-02-12 00:09:59 +01:00
  • 000f243c82 fix(vulkan): Async Presentation & Shader Logic - Fix race condition in PipelineCache and ShaderPools using std::mutex. - Fix stutter in Asynchronous Shader Building by properly returning nullptr for unbuilt pipelines (pop-in behavior). - Modify AcquireNextImage to use MasterSemaphore for safer async presentation. fix/async-shader collecting 2026-02-11 18:08:18 -05:00
  • df6ee98a51 Merge pull request 'vk_pipeline_cache: Fix unbounded memory growth during shader compilation' (#134) from fix-unbounded-memory into main Collecting 2026-02-11 21:21:31 +01:00
  • dca10aff6b vk_pipeline_cache: Fix unbounded memory growth during shader compilation fix-unbounded-memory collecting 2026-02-11 15:18:18 -05:00
  • dae42407c1 Merge pull request 'feat(shaders): Proper Component Type Handling w/ various types of textures' (#133) from feat/shader-component-type-handling into main Collecting 2026-02-10 22:58:11 +01:00
  • 9a8e6a20ca fix(texture): Apply F32 Adjustments for Proper Z-A Rendering feat/shader-component-type-handling collecting 2026-02-10 12:06:54 -05:00
  • 9b7e7b26aa feat(renderer): add BCn unswizzle compute shader Zephyron 2026-01-02 17:52:35 +10:00
  • f95faaade5 feat(shader): integrate component type into texture pass optimization Zephyron 2026-01-02 17:52:07 +10:00
  • 9fa9a8056f feat(video-core): add texture component type caching and serialization Zephyron 2026-01-02 17:51:38 +10:00
  • 46de959188 feat(shader): add SamplerComponentType enum and infrastructure Zephyron 2026-01-02 17:51:22 +10:00
  • eb04a096de feat(spirv): implement texture component type handling in SPIR-V backend Zephyron 2026-01-02 17:50:00 +10:00
  • decb26a766 Merge pull request 'fix(vulkan): Combine Lanczos-CRT Constants & Fix MP4 Mountain Jitter' (#132) from fix/jitter/mp4 into main Collecting 2026-02-10 08:58:41 +01:00
  • c116f001b5 fix(vulkan): revert query cache FlushBeginTFB order to fix menu freeze fix/jitter/mp4 Zephyron 2026-02-10 17:42:15 +10:00
  • 66ca68a52e perf(vulkan): use double viewport math only when scale < 1 Zephyron 2026-02-10 17:19:50 +10:00
  • 48fa6d0e03 fix(vulkan): MP4 Mountain Jitter collecting 2026-02-10 02:03:57 -05:00
  • b04f92eda8 Merge pull request 'fix(macOS): Compiler Issues' (#131) from fix/sigsegv into main Collecting 2026-02-09 03:19:26 +01:00
  • 04f2ba8d86 fix(macOS): Compiler Issues fix/sigsegv collecting 2026-02-08 21:18:18 -05:00
  • 00570d4174 Merge pull request 'fix: Race Condition w/ Shutdown Logic' (#130) from fix/sigsegv into main Collecting 2026-02-09 01:39:11 +01:00
  • 13e8c06f44 fix: Race Condition w/ Shutdown Logic collecting 2026-02-08 19:08:59 -05:00
  • 18a9a4fc94 Merge pull request 'fix/feat: Introduce CAS & Add Dynamic Slider Viewing for Toggled WAF's, and remove Android ASTC visibility on PC' (#129) from fix/feat/cas-sliders into main Collecting 2026-02-05 09:02:22 +01:00
  • 37dd2fddc4 fix/feat: Introduce CAS & Add Dynamic Slider Viewing for Toggled WAF's, and remove Android ASTC visibility on PC fix/feat/cas-sliders collecting 2026-02-05 02:57:28 -05:00
  • 6ef5d95a22 Merge branch 'main' into feature/project-thor-optimizations feature/project-thor-optimizations Zephyron 2026-02-05 05:49:20 +01:00
  • 29fcea0537 Merge pull request 'fix: Icon Blurriness & add Citron Logo' (#127) from fixup/icon-game-load into main Collecting 2026-02-05 04:01:15 +01:00
  • 9443737034 fix: Icon Blurriness & add Citron Logo fixup/icon-game-load collecting 2026-02-04 21:59:51 -05:00
  • 43326b89e7 Windows Header Ordering Collecting 2026-02-05 02:53:16 +01:00
  • bc3cd4c639 Fix MSVC & macOS compiler issues Collecting 2026-02-05 02:25:38 +01:00
  • 717fc9e30f Merge pull request 'Fix Updater Logic & Remove version.txt requirement w/ refined SCM' (#126) from fix/updater into main Collecting 2026-02-05 01:58:31 +01:00
  • 1aa1ec9ee9 Fix Updater Logic & Remove version.txt requirement w/ refined SCM fix/updater collecting 2026-02-04 19:54:52 -05:00
  • a6c0c47e44 Merge pull request 'Fixup Saving/Profiling logic' (#125) from hotkey/fixups into main Collecting 2026-02-05 01:27:52 +01:00
  • be0e131113 Fixup Saving/Profiling logic hotkey/fixups collecting 2026-02-04 19:26:27 -05:00
  • 0b661b08d3 Merge pull request 'Fix Hotkey Saving Logic' (#124) from hotkey/fix into main Collecting 2026-02-04 19:51:57 +01:00
  • 23e7ea382a Fix Hotkey Saving Logic hotkey/fix collecting 2026-02-04 13:50:01 -05:00
  • 53fe0174b0 No wonder why I use Linux and not Windows Collecting 2026-02-04 17:33:12 +01:00
  • 4a731f2089 More Unused Variables needing to be removed Collecting 2026-02-04 16:53:43 +01:00
  • dc4153cb70 Remove Unused Variable Collecting 2026-02-04 16:28:08 +01:00
  • 280c75bef0 Add missing voids Collecting 2026-02-04 15:57:50 +01:00
  • 9e5c7433e1 Merge pull request 'MSVC Compiler Warnings' (#123) from compiler/warnings into main Collecting 2026-02-04 15:40:22 +01:00
  • d919f1da3b MSVC Compiler Warnings compiler/warnings collecting 2026-02-04 09:38:36 -05:00
  • 2d4da984cf Merge pull request 'Fix Compiler Issues Multiplatform' (#122) from compiler/fix into main Collecting 2026-02-04 14:56:21 +01:00
  • 105aa1dcb4 Fix Compiler Issues Multiplatform compiler/fix collecting 2026-02-04 08:55:36 -05:00
  • 6e2e515612 Merge pull request 'feat(hotkeys): Introduce Hotkey_Profile_Manager' (#121) from hotkey-profile-manager into main Collecting 2026-02-04 14:30:55 +01:00
  • c5ec4bd7f9 feat(hotkeys): Introduce Hotkey_Profile_Manager hotkey-profile-manager collecting 2026-02-04 08:29:10 -05:00
  • b8fcfd3add feat(hotkeys): Introduce Hotkey_Profile_Manager hotkey-profile-sharing collecting 2026-02-04 08:22:09 -05:00
  • 113b76e669 Merge pull request 'Hotfix: QLaunch Technical Overhaul & Various Misc. Bugfixes' (#120) from hotfix/qlaunch/etc into main Collecting 2026-02-04 12:49:26 +01:00
  • 75dfdce858 Add more missing services hotfix/qlaunch/etc collecting 2026-02-04 06:37:06 -05:00
  • eb8f6513cf feat(android): implement Project Thor dual-screen dashboard Zephyron 2026-02-04 19:45:45 +10:00
  • a2bffc8994 perf(vulkan): increase shader threads for high-end Android devices Zephyron 2026-02-04 19:44:15 +10:00
  • 5d19b5ff71 perf(vulkan): improve Adreno 740 detection with native ASTC logging Zephyron 2026-02-04 19:42:17 +10:00
  • dbab2ab9b4 feat(settings): add float template instantiation for fractional scaling Zephyron 2026-02-04 19:41:20 +10:00
  • 1adebb1f81 feat(common): add VFS cache for Android Scoped Storage bypass Zephyron 2026-02-04 19:40:14 +10:00
  • d18df2919b Remove Redundant yuzu_meta testing collecting 2026-02-04 03:29:10 -05:00
  • 4d80cbba7f feat(renderer): add extended resolution scale options Zephyron 2026-02-04 17:48:16 +10:00
  • c5eef10697 Core and UI: Implement missing service functions and QLaunch improvements collecting 2026-02-03 15:42:35 -05:00
  • c788400b7c Merge pull request 'feature/android-astc-crt-settings' (#119) from feature/android-astc-crt-settings into main Zephyron 2026-02-03 09:44:37 +01:00
  • 127d339de9 feat(android): add ASTC mode and CRT shader settings to Zep Zone feature/android-astc-crt-settings Zephyron 2026-02-03 18:41:22 +10:00
  • 82fd6778ab feat(video_core): add native ASTC texture cache optimization for Adreno 740+ Zephyron 2026-02-03 18:40:18 +10:00
  • 544456b8be fix(android): Correct GC Aggressiveness description to match actual options Zephyron 2026-02-01 14:18:26 +10:00
  • c3a90a1f59 fix(ui): Correct GC Aggressiveness tooltip to match actual options Zephyron 2026-02-01 14:16:37 +10:00
  • 6a9c5f39e4 fix(ui): Add SVG support and fallback icons for Surprise Me button Zephyron 2026-02-01 14:13:51 +10:00
  • 5c5baf69e2 chore(version): bump to 2026.02.1 Zephyron 2026-02-01 12:09:56 +10:00
  • 97ebddea66 fix(CLI): Defer the game boot for main event loop Collecting 2026-02-01 00:30:25 +01:00
  • ef22699020 Fix: Defer EmuThread start to fix shortcut launch hang Collecting 2026-01-31 22:39:59 +01:00
  • 22a458a53c fix(am): Fix library applet controller freeze Zephyron 2026-01-31 18:34:02 +10:00
  • e6dda72bfa fix(ui): Light/Dark text issues Collecting 2026-01-31 02:38:00 +01:00
  • 7205c083ef fix(ui): Light/Dark issues with text Collecting 2026-01-31 02:37:21 +01:00
  • 695502c37b Merge pull request 'fix(ui): Modernize configuration dialog button styling' (#118) from fix/change-buttons into main Collecting 2026-01-31 00:54:09 +01:00
  • 38591a62a9 fix(ui): Ensure consistency w/ new button designs fix/change-buttons Collecting 2026-01-31 00:52:35 +01:00
  • 1d41763c46 fix(ui): Remove UI logic for styling Collecting 2026-01-31 00:51:31 +01:00
  • 1060224438 fix(ui): Ensure consistency & create new button designs Collecting 2026-01-31 00:50:59 +01:00
  • d06bb79dd9 fix(ui): Adjust for consistency Collecting 2026-01-31 00:49:59 +01:00
  • dcef7593cf fix(ui): Make styling more consistent Collecting 2026-01-31 00:49:26 +01:00
  • 4568f63570 Merge pull request 'fix(ui): Consistent Accent Coloring across various UI elements' (#117) from fix/colors into main Collecting 2026-01-30 22:53:30 +01:00
  • 87e9352444 fix(ui): Att void for setStyleSheet Collecting 2026-01-30 22:52:37 +01:00
  • e23f80d772 fix(ui): Coloring of Search Field & Game list Collecting 2026-01-30 22:52:07 +01:00
  • 2272b62171 fix(android): prevent RomFS/ExeFS dump while emulation is running Zephyron 2026-01-30 17:58:08 +10:00