Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | input_common: Implement amiibo writting | Narr the Reg | |
2023-05-18 | Merge pull request #10344 from german77/pro-amiibo | bunnei | |
input_common: Fix pro controller amiibo support | |||
2023-05-18 | renderer_vulkan: remove wrong constexpr | Liam | |
2023-05-17 | vulkan_device: Disable VK_KHR_push_descriptor on ANV | lat9nq | |
Mesa commit ff91c5ca42bc80aa411cb3fd8f550aa6fdd16bdc breaks VK_KHR_push_descriptor usage on ANV drivers 22.3.0, so disable it and allow games to boot. | |||
2023-05-17 | Merge pull request #10262 from liamwhite/depth-clamp | bunnei | |
vulkan_common: disable depth clamp dynamic state for older radv | |||
2023-05-16 | input_common: Fix pro controller amiibo support | Narr the Reg | |
2023-05-16 | Merge pull request #10217 from Kelebek1/clear_value | liamwhite | |
Use the rendertarget format of the correct RT rather than the first valid | |||
2023-05-16 | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys | liamwhite | |
Allow fully customised controller hotkeys | |||
2023-05-15 | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | |
configure_graphics: Add option to enable compute pipelines for Intel proprietary | |||
2023-05-15 | Merge pull request #10234 from Kelebek1/clouds_depth | liamwhite | |
Fix Tears of the Kingdom flickering clouds and depths geometry. | |||
2023-05-15 | Merge pull request #10249 from FernandoS27/sorry-i-am-late | liamwhite | |
Buffer Cache: Clear sync code. | |||
2023-05-15 | Merge pull request #10254 from danilaml/fix-h264-decode | liamwhite | |
Fix missing pic_order_present_flag in h264 header | |||
2023-05-15 | Merge pull request #10265 from german77/amiibo-lag | liamwhite | |
input_common: Make amiibo scanning less demanding | |||
2023-05-15 | Merge pull request #10294 from german77/vibration_span | liamwhite | |
service: hid: Use span instead of vector reference | |||
2023-05-14 | service: hid: Use span instead of vector reference | german77 | |
2023-05-15 | Buffer Cache: Clear sync code. | Fernando Sahmkow | |
2023-05-14 | Merge pull request #10288 from liamwhite/vram-limits | liamwhite | |
vulkan_device: reserve extra memory to prevent swaps | |||
2023-05-14 | vulkan_device: reserve extra memory to prevent swaps | Liam | |
2023-05-14 | input_common: Make amiibo scanning less demanding | german77 | |
2023-05-14 | vulkan_common: fix incompatible property flags | Liam | |
2023-05-13 | vulkan_common: disable depth clamp dynamic state for older radv | Liam | |
2023-05-13 | Merge pull request #10244 from liamwhite/lower-upper | Fernando S | |
time: implement ContinuousAdjustmentTimePoint | |||
2023-05-13 | Merge pull request #10243 from Kelebek1/red_dot | Fernando S | |
Correctly track render target index in the framebuffer for image aspects | |||
2023-05-12 | Merge pull request #10237 from liamwhite/cache-storage | bunnei | |
fs: stub cache storage | |||
2023-05-12 | Fix missing pic_order_present_flag in h264 header | Danila Malyutin | |
Fixes #9635 | |||
2023-05-11 | time: implement ContinuousAdjustmentTimePoint | Liam | |
2023-05-12 | Correctly track RT indexes for image aspect lookup during clears | Kelebek1 | |
2023-05-11 | fs: adjust future save path | Liam | |
2023-05-11 | am: stub CreateCacheStorage | Liam | |
2023-05-11 | fs: stub cache storage and fix params alignment | Liam | |
2023-05-11 | nvnflinger: fix Parcel serialization | Liam | |
2023-05-11 | nvnflinger: fix producer slot fence init | Liam | |
2023-05-11 | Fix Tears of the Kingdom flickering clouds and depths. | Kelebek1 | |
2023-05-11 | Merge pull request #10132 from Kelebek1/fermi_blit2 | liamwhite | |
Allow Fermi blit accelerate to work without images in cache | |||
2023-05-11 | Merge pull request #10216 from Kelebek1/buffer_cache_region_checks | liamwhite | |
Swap order of checking/setting region modifications in the buffer_cache | |||
2023-05-11 | Allow Fermi blit accelerate to add src/dst to the cache if they don't exist ↵ | Kelebek1 | |
already. Use ScratchBuffers in the software blit path. | |||
2023-05-10 | Allow fully customisable controller hotkeys | grimkor | |
2023-05-10 | renderer_vulkan: separate guest and host compute descriptor queues | Liam | |
2023-05-10 | Merge pull request #10207 from german77/amiibo_cheater | liamwhite | |
service: nfp: Allow to load with a different amiibo id | |||
2023-05-09 | Merge pull request #10119 from marius851000/improved_non_hd_feeback | Narr the Reg | |
Attempt at improving HD Rumble emulation | |||
2023-05-09 | service: nfc: Seed all random values | Narr the Reg | |
2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 | |
2023-05-09 | Use the rendertarget format of the correct RT rather than the first valid | Kelebek1 | |
2023-05-09 | Swap order of checking/setting region modifications in the buffer_cache | Kelebek1 | |
2023-05-09 | Merge pull request #10183 from liamwhite/mods | liamwhite | |
vfs_vector: avoid n^2 lookup in layeredfs building | |||
2023-05-09 | Merge pull request #10203 from german77/calibration | liamwhite | |
core: hid: Allow to calibrate gyro sensor | |||
2023-05-09 | Merge pull request #10206 from FernandoS27/astc-3d | liamwhite | |
Texture Cache: Fix 3D ASTC textures | |||
2023-05-09 | input_common: Fix nfc detection for joycons | german77 | |
2023-05-09 | Texture Cache: Fix ASTC textures | Fernando Sahmkow | |
2023-05-08 | qt_common: consistently ifdef QPlatform after cbd79df23375 | Jan Beich | |
src/yuzu/qt_common.cpp:45:33: error: member access into incomplete type 'QPlatformNativeInterface' wsi.display_connection = pni->nativeResourceForWindow("display", window); ^ /usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface' class QPlatformNativeInterface; ^ src/yuzu/qt_common.cpp:47:42: error: member access into incomplete type 'QPlatformNativeInterface' wsi.render_surface = window ? pni->nativeResourceForWindow("surface", window) : nullptr; ^ /usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface' class QPlatformNativeInterface; ^ |