Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-11 | fs: stub cache storage and fix params alignment | Liam | |
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 | Merge pull request #10222 from liamwhite/q | liamwhite | |
renderer_vulkan: separate guest and host compute descriptor queues | |||
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-11 | Merge pull request #10224 from yuzu-emu/readme-update | Fernando S | |
Update README.md to remove Skyline license exception. | |||
2023-05-10 | Update README.md to remove Skyline license exception. | bunnei | |
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 | 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 | Merge pull request #10208 from german77/amiibo_joycon | liamwhite | |
input_common: Fix nfc detection for joycons | |||
2023-05-09 | input_common: Fix nfc detection for joycons | german77 | |
2023-05-09 | Texture Cache: Fix ASTC textures | Fernando Sahmkow | |
2023-05-08 | Merge pull request #10205 from jbeich/freebsd | liamwhite | |
qt_common: unbreak build on BSDs | |||
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; ^ | |||
2023-05-08 | yuzu: Make 3d cube with joycon shape | Narr the Reg | |
2023-05-08 | core: hid: Allow to calibrate gyro sensor | Narr the Reg | |
2023-05-07 | Merge pull request #10075 from Kelebek1/silence_nifm_spam | bunnei | |
Silence network spam | |||
2023-05-07 | Merge pull request #10197 from liamwhite/resume-token | bunnei | |
bootmanager: remove stop_token header | |||
2023-05-07 | Merge pull request #10194 from bunnei/update-dynarmic-3 | bunnei | |
externals: Update dynarmic to include latest patch. | |||
2023-05-07 | bootmanager: remove stop_token header | Liam | |
2023-05-07 | Merge pull request #10195 from german77/mutex | liamwhite | |
core: hid: Update motion on a better place | |||
2023-05-07 | Merge pull request #10155 from FernandoS27/reactive-flushing-new | liamwhite | |
Y.F.C. bring back Reactive Flushing | |||
2023-05-07 | vfs_layered: avoid n^2 lookup in layeredfs building | Liam | |
2023-05-07 | core: hid: Update motion on a better place | german77 | |
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-07 | Texture cache: Only force flush the dma downloads | Fernando Sahmkow | |
2023-05-07 | Buffer Cache: disable reactive flushing in it. | Fernando Sahmkow | |
2023-05-07 | Texture cache: reverse inmediate flush changes | Fernando Sahmkow | |
2023-05-07 | Buffer cache: always use async buffer downloads and fix regression. | Fernando Sahmkow | |
2023-05-07 | Address feedback, add CR notice, etc | Fernando Sahmkow | |
2023-05-07 | Query cache: stop updating pages as it's not affected by cpu writes | Fernando Sahmkow | |
2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | |
2023-05-07 | Texture cache: sync the first flush. | Fernando Sahmkow | |
2023-05-07 | GPU: Add Reactive flushing | Fernando Sahmkow | |
2023-05-07 | vfs_vector: avoid n^2 lookup in layeredfs building | Liam | |
2023-05-07 | Merge pull request #10097 from german77/nfp_full | bunnei | |
service: nfc: Merge device interfaces and create the device manager | |||
2023-05-07 | Merge pull request #10192 from bunnei/update-dynarmic-2 | bunnei | |
externals: Update dynarmic to include latest patch. | |||
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-07 | Merge pull request #10081 from Kelebek1/copy_overlap_tick | liamwhite | |
Sort overlap_ids by modification tick before copy | |||
2023-05-07 | Merge pull request #10172 from Kelebek1/debug_validation_names | liamwhite | |
Log object names with debug renderer, add a GPU address to ImageViews | |||
2023-05-07 | Merge pull request #10189 from Qigo42/master | liamwhite | |
yuzu/applets/qt_profile_select: connect double-click to accept() | |||
2023-05-07 | yuzu/applets/qt_profile_select: connect double-click to accept() | QGJ | |
In the profile selection window: Allow the user to start the game by double-clicking a profile to avoid having to additionally click the OK button. This avoids an unnecessary "step" to the start of the game... | |||
2023-05-07 | Merge pull request #10187 from Kelebek1/address_space | Fernando S | |
Fix address space allocator slow path to avoid OOB |