summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-05-11fs: stub cache storage and fix params alignmentLiam
2023-05-11Merge pull request #10132 from Kelebek1/fermi_blit2liamwhite
Allow Fermi blit accelerate to work without images in cache
2023-05-11Merge pull request #10216 from Kelebek1/buffer_cache_region_checksliamwhite
Swap order of checking/setting region modifications in the buffer_cache
2023-05-11Allow 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-10renderer_vulkan: separate guest and host compute descriptor queuesLiam
2023-05-10Merge pull request #10207 from german77/amiibo_cheaterliamwhite
service: nfp: Allow to load with a different amiibo id
2023-05-09Merge pull request #10119 from marius851000/improved_non_hd_feebackNarr the Reg
Attempt at improving HD Rumble emulation
2023-05-09service: nfc: Seed all random valuesNarr the Reg
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-05-09Swap order of checking/setting region modifications in the buffer_cacheKelebek1
2023-05-09Merge pull request #10183 from liamwhite/modsliamwhite
vfs_vector: avoid n^2 lookup in layeredfs building
2023-05-09Merge pull request #10203 from german77/calibrationliamwhite
core: hid: Allow to calibrate gyro sensor
2023-05-09Merge pull request #10206 from FernandoS27/astc-3dliamwhite
Texture Cache: Fix 3D ASTC textures
2023-05-09input_common: Fix nfc detection for joyconsgerman77
2023-05-09Texture Cache: Fix ASTC texturesFernando Sahmkow
2023-05-08qt_common: consistently ifdef QPlatform after cbd79df23375Jan 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-08yuzu: Make 3d cube with joycon shapeNarr the Reg
2023-05-08core: hid: Allow to calibrate gyro sensorNarr the Reg
2023-05-07Merge pull request #10075 from Kelebek1/silence_nifm_spambunnei
Silence network spam
2023-05-07bootmanager: remove stop_token headerLiam
2023-05-07Merge pull request #10195 from german77/mutexliamwhite
core: hid: Update motion on a better place
2023-05-07vfs_layered: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07core: hid: Update motion on a better placegerman77
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07Buffer Cache: disable reactive flushing in it.Fernando Sahmkow
2023-05-07Texture cache: reverse inmediate flush changesFernando Sahmkow
2023-05-07Buffer cache: always use async buffer downloads and fix regression.Fernando Sahmkow
2023-05-07Address feedback, add CR notice, etcFernando Sahmkow
2023-05-07Query cache: stop updating pages as it's not affected by cpu writesFernando Sahmkow
2023-05-07Settings: add option to enable / disable reactive flushingFernando Sahmkow
2023-05-07Texture cache: sync the first flush.Fernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07Merge pull request #10097 from german77/nfp_fullbunnei
service: nfc: Merge device interfaces and create the device manager
2023-05-07Merge pull request #10081 from Kelebek1/copy_overlap_tickliamwhite
Sort overlap_ids by modification tick before copy
2023-05-07Merge pull request #10172 from Kelebek1/debug_validation_namesliamwhite
Log object names with debug renderer, add a GPU address to ImageViews
2023-05-07yuzu/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-07Fix address space allocator slow path to avoid OOBKelebek1
2023-05-06Merge pull request #10180 from german77/debugbunnei
input_common: Revert debugging changes
2023-05-06input_common: Revert debugging changesgerman77
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
configuration: Expose separate swap present modes
2023-05-06Merge pull request #10174 from german77/motriodbunnei
input_common: Add experimental motion to button
2023-05-06Merge pull request #10162 from lat9nq/sdl-remove-oldliamwhite
yuzu-sdl,audio_core: Remove antiquated warning ignore
2023-05-06Merge pull request #10167 from german77/motion_previewliamwhite
yuzu: Add motion preview to controller input
2023-05-07Fix read access violationRoni Kirla
2023-05-05input_common: Add experimental motion to buttongerman77
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-05-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg