Commit Graph

  • 308cc609c5 feat(renderer): Add frame skipping and interpolation logic master Phoenix 2024-09-12 15:35:39 +1000
  • 9a34d40523 refactor(settings): change frame skipping category from Graphics to Core Phoenix 2024-09-11 21:45:51 +1000
  • c581bd56b2 chore: remove key generation functionality Phoenix 2024-09-11 21:44:31 +1000
  • 7bad57e519 feat(settings): add frame skipping option to improve performance Phoenix 2024-09-11 21:27:33 +1000
  • 25b8a93db0 chore(feat): Optimize GuestMemory and GuestMemoryScoped classes for performance and maintainability Phoenix 2024-09-11 19:23:56 +1000
  • b9599e203b chore(strings.xml): Added \ before ' to allow compiliation Phoenix 2024-09-11 18:57:58 +1000
  • a707ba7c14 feat: Add sync core speed setting Phoenix 2024-09-11 18:18:40 +1000
  • 651e8960f7 fix: resolve narrowing conversion issue in mm_u.cpp Phoenix 2024-09-11 18:01:47 +1000
  • e478b4b441 fix: correct mismatched struct/class declaration in hardware_composer.cpp Phoenix 2024-09-11 17:58:05 +1000
  • 1a75715c78 chore/feat: update core_timing.cpp to fix compilation errors Phoenix 2024-09-11 17:52:00 +1000
  • a5a49d4a45 feat: Add "Sync Core Speed" option to Phoenix Hacks settings Phoenix 2024-09-11 16:25:19 +1000
  • 5c661f4064 chore: Update HardwareComposer header and implementation alignment Phoenix 2024-09-11 16:01:58 +1000
  • ad3ad92feb feat: Add framebuffer caching and composition for HardwareComposer Phoenix 2024-09-11 16:01:38 +1000
  • 232fe683df refactor: Clean up and optimize CoreTiming module Phoenix 2024-09-11 15:51:29 +1000
  • 04d4d59596 refactor: Improve MM_U service code structure and reduce redundancy Phoenix 2024-09-11 15:19:41 +1000
  • d183dcf2b7 chore: remove duplicate enum class ErrorModule Phoenix 2024-09-10 20:13:24 +1000
  • 2f6957b97c feat(enum): add new error module entries Phoenix 2024-09-10 20:06:58 +1000
  • 78b74180e5 feat(audio): add support for new features in revision 12 and enhance error logging Phoenix 2024-09-10 19:53:46 +1000
  • 9a0356364c chore: remove unused shader code for frame interpolation Phoenix 2024-09-10 15:59:03 +1000
  • e57d30616e chore: add conditional check for GL_NV_gpu_shader5 extension Phoenix 2024-09-10 15:56:17 +1000
  • e360070de4 chore: update HLE API version constants for Horizon OS and Atmosphere Phoenix 2024-09-10 15:51:21 +1000
  • 1b8adb886d feat: add ABGR8 sRGB to D24S8 conversion shader and pipeline Phoenix 2024-09-09 17:36:00 +1000
  • 70557e8d2f feat(renderer): add new host shader for improved rendering Phoenix 2024-09-09 17:22:16 +1000
  • 94262bc4c5 feat: optimize logic operation handling and update dynamic state management Phoenix 2024-09-09 16:58:00 +1000
  • bdd495331e feat(renderer): add frame skipping with interpolation in Vulkan renderer Phoenix 2024-09-09 16:49:39 +1000
  • e92307321c chore(vram): add in missing valuesID Phoenix 2024-09-08 19:36:37 +1000
  • a7bbced580 chore(vram): fix arrays.xml & added in proper astc methods Phoenix 2024-09-08 19:35:11 +1000
  • fe5917e936 fix(strings): add \ before ' to allow compilation Phoenix 2024-09-08 19:24:02 +1000
  • 014e9edf09 feat(memory): set memory limit based on available device memory Phoenix 2024-09-08 19:18:32 +1000
  • f8250cdf03 feat(settings): add Phoenix Hacks settings to submenu Phoenix 2024-09-08 19:13:22 +1000
  • 1f86cd600b feat(resolution): define ResolutionSetup enum and integrate adaptive scaling Phoenix 2024-09-08 16:47:23 +1000
  • d0f0f82258 fix(emulation): resolve type mismatch and null safety issues in FPS overlay updater Phoenix 2024-09-08 16:25:48 +1000
  • 4d2654b257 fix(overlay): correct FPS overlay display logic and memory info formatting Phoenix 2024-09-08 15:39:04 +1000
  • 4603f96c0f feat(menu): add multi-core support to Phoenix Hacks submenu Phoenix 2024-09-08 15:38:04 +1000
  • b11e602beb feat(settings): add 'Phoenix Hacks' submenu for Phoenix-specific optimizations Phoenix 2024-09-08 14:55:08 +1000
  • 818e3cfb93 feat: Fixed firmware uninstallation functionality Phoenix 2024-09-08 14:47:22 +1000
  • 160c620ef5 feat: Add firmware uninstallation functionality Phoenix 2024-09-08 14:37:40 +1000
  • 280a416bc1 refactor: add battery temperature monitoring and memory usage to FPS overlay Phoenix 2024-09-08 14:26:47 +1000
  • f20cd74ccf refactor: Simplify custom GPU driver support check Phoenix 2024-09-08 14:23:17 +1000
  • 49b663087c feat: Add log extraction tool to filter device info, warnings, and errors Phoenix 2024-09-08 14:11:00 +1000
  • bac46e649e chore: adjust NVN bias offset range for broader memory alignment Phoenix 2024-09-08 13:32:40 +1000
  • c55a39d199 chore(cmake): comment out VVL download and extraction logic Phoenix 2024-09-08 13:31:19 +1000
  • d44b52766c chore(strings): update branding and correct URLs in strings.xml Phoenix 2024-09-08 13:30:25 +1000
  • b9345b92c0 chore(build-system): update to Gradle 8.10 and improve Android build configuration Phoenix 2024-09-08 13:29:52 +1000
  • 1dd89a04ee feat(shader-recompiler): add stubs for SR_WScaleFactorXY and SR_WScaleFactorZ Phoenix 2024-09-08 13:28:45 +1000
  • 86ea71d565 fix(pointer-handling): correct handling of std::optional and pointer comparisons Phoenix 2024-09-08 13:26:17 +1000
  • dfa17c7643 feat(branding): update logo to new vibrant cyan and purple Phoenix 2024-09-07 21:49:18 +1000
  • 55b4fa7b7e refactor(shader): consolidate EmitInvocationInfo functions and improve consistency Phoenix 2024-09-07 20:52:17 +1000
  • 6a74676990 refactor(shader): improve EmitInvocationInfo for clarity and consistency Phoenix 2024-09-07 20:48:19 +1000
  • e85ff33df6 chore(scripts): update submodule management batch script Phoenix 2024-09-07 20:31:30 +1000
  • afa9fd9713 chore(scripts): add batch script for remote update and force push Phoenix 2024-09-07 20:20:45 +1000
  • 31053f81e2 chore(scripts): add submodule management batch file Phoenix 2024-09-07 20:19:40 +1000
  • 121bebcdf7 feat(submodules): add missing submodules Phoenix 2024-09-07 20:18:16 +1000
  • 251a67e42d chore(cmake): rename 'master' to 'main' in CMakeLists.txt & DownloadExternals.cmake Phoenix 2024-09-07 19:55:06 +1000
  • a6043b8d4b chore(repo): replace 'YUZU' occurrences with 'UZUY' Phoenix 2024-09-07 19:51:23 +1000
  • c267fc514f chore(repo): replace 'Yuzu' occurrences with 'Uzuy' Phoenix 2024-09-07 19:50:06 +1000
  • b5b59fe07b chore(repo): replace 'yuzu' occurrences across files with 'uzuy' Phoenix 2024-09-07 19:47:50 +1000
  • 218fdb7164 chore(repo): rename files and directories from 'Yuzu' to 'Uzuy' Phoenix 2024-09-07 19:27:17 +1000
  • 0d96116fd4 chore(repo): rename files and directories from 'yuzu' to 'uzuy' Phoenix 2024-09-07 19:24:10 +1000
  • fd2d3d0926 chore(submodules): update 16 submodules to valid commits Phoenix 2024-09-07 19:16:42 +1000
  • 94ec70edc5 chore(submodule): update breakpad submodule to a valid commit Phoenix 2024-09-07 19:15:26 +1000
  • 2655402a77 docs(readme): updated README.md to reflect Uzuy Edge and what it is Phoenix 2024-09-07 19:05:46 +1000
  • 6b75834cc7 chore(docs): delete CONTRIBUTING.md, not needed Phoenix 2024-09-07 19:01:41 +1000
  • f8d7f779cc chore(repo): remove .github folder TBA Phoenix 2024-09-07 19:00:34 +1000
  • 5a6127a1c7 chore(ci): delete all .ci scripts TBA Phoenix 2024-09-07 18:59:39 +1000
  • 4d36a3fa38 chore(repo): remove FUNDING.yml file Phoenix 2024-09-07 18:56:48 +1000
  • dc529a89ae Android 278 yuzubot 2024-03-04 00:57:21 +0000
  • 1869349dce Merge yuzu-emu#13177 yuzubot 2024-03-04 00:57:21 +0000
  • 70711ddb39 Merge yuzu-emu#13174 yuzubot 2024-03-04 00:57:21 +0000
  • adc597a799 Merge yuzu-emu#13018 yuzubot 2024-03-04 00:57:21 +0000
  • 276ceb26d0 Merge yuzu-emu#12461 yuzubot 2024-03-04 00:57:21 +0000
  • 15e6e48bef
    Merge pull request #13198 from zhaobot/tx-update-20240301020652 Narr the Reg 2024-03-01 01:57:00 -0600
  • 2f57c5a0e9
    Revert arbaic translation Pengfei Zhu 2024-03-01 15:20:53 +0800
  • 338e088b9d
    Remove trailing whitespaces Pengfei Zhu 2024-03-01 14:19:02 +0800
  • 56c9107d08 Update translations (2024-03-01) The yuzu Community 2024-03-01 03:12:19 +0000
  • dc94882c90
    Merge pull request #13135 from german77/hid-interface liamwhite 2024-02-27 12:26:26 -0500
  • 30567a5909
    Merge pull request #13175 from liamwhite/asan liamwhite 2024-02-27 09:42:59 -0500
  • f1b1530249
    Merge pull request #13171 from liamwhite/fake-address liamwhite 2024-02-27 09:42:46 -0500
  • 6948ac8c16
    general: workarounds for SMMU syncing issues (#12749) liamwhite 2024-02-27 09:42:15 -0500
  • b2e129eaa5
    vk_rasterizer: flip scissor y on lower left origin mode (#13122) liamwhite 2024-02-27 09:40:33 -0500
  • 1de37306a5
    buffer_cache: avoid overflow in usage tracker (#13166) liamwhite 2024-02-27 09:39:11 -0500
  • 9bc85dda5f
    texture_cache: use two-pass collection for costly load resources (#13096) liamwhite 2024-02-27 09:38:14 -0500
  • c7174d5f61 general: fix asan errors Liam 2024-02-26 19:28:49 -0500
  • 1bec420695
    Merge pull request #13172 from liamwhite/gl-streams Narr the Reg 2024-02-26 11:51:25 -0600
  • 79edad2533
    Merge pull request #13159 from liamwhite/web-error liamwhite 2024-02-26 12:44:55 -0500
  • ce62fa6f7b
    Merge pull request #13149 from liamwhite/per-channel-program liamwhite 2024-02-26 12:44:46 -0500
  • a0e254e7c4 renderer_opengl: declare geometry stream support in profile Liam 2024-02-26 11:18:30 -0500
  • 25c3bbba0e settings: remove global override for smash on amdvlk Liam 2024-02-23 22:40:48 -0500
  • d66ca8b731 video_core: make gpu context aware of rendering program Liam 2024-02-23 22:38:21 -0500
  • fd9ed54f27 texture_cache: do not track invalid addresses Liam 2024-02-26 09:51:19 -0500
  • f9bfdb1555
    Merge pull request #13164 from merryhime/reset-submodules liamwhite 2024-02-25 14:01:11 -0500
  • 15831b19a3
    Merge pull request #13163 from german77/ring liamwhite 2024-02-25 14:01:05 -0500
  • 8416d1c028
    Merge pull request #13154 from german77/vibration-filter liamwhite 2024-02-25 14:00:59 -0500
  • 4d5d37ae61 tools: Add reset submodules script Merry 2024-02-25 17:11:51 +0000
  • e62cea20d1 core: hid: hid_core doesn't have access to LIBUSB german77 2024-02-25 10:06:37 -0600
  • 9e27dbb53b
    Merge pull request #13160 from liamwhite/time Narr the Reg 2024-02-25 08:47:16 -0600
  • dc50b95a47 settings: enable error applet Liam 2024-02-24 22:30:49 -0500
  • 4050242cf3 ldn: return no connection from GetStateForMonitor Liam 2024-02-24 13:03:25 -0500
  • fd718f350c ssl: add cert store Liam 2024-02-24 12:49:08 -0500
  • 0d6fd12231 glue: load initial year setting as s32 Liam 2024-02-24 22:49:38 -0500