aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-14"Merge Tagged PR 10181"mainline-0-1434yuzubot
2023-05-14"Merge Tagged PR 10234"yuzubot
2023-05-14"Merge Tagged PR 10249"yuzubot
2023-05-14"Merge Tagged PR 10262"yuzubot
2023-05-14Merge pull request #10288 from liamwhite/vram-limitsliamwhite
vulkan_device: reserve extra memory to prevent swaps
2023-05-14vulkan_device: reserve extra memory to prevent swapsLiam
2023-05-14Merge pull request #10286 from liamwhite/compatible-bitsbunnei
vulkan_common: fix incompatible property flags
2023-05-14vulkan_common: fix incompatible property flagsLiam
2023-05-13Merge pull request #10244 from liamwhite/lower-upperFernando S
time: implement ContinuousAdjustmentTimePoint
2023-05-13Merge pull request #10243 from Kelebek1/red_dotFernando S
Correctly track render target index in the framebuffer for image aspects
2023-05-12Merge pull request #10237 from liamwhite/cache-storagebunnei
fs: stub cache storage
2023-05-12Merge pull request #10236 from liamwhite/thats-not-an-ibinderbunnei
nvnflinger: fix Parcel serialization
2023-05-11time: implement ContinuousAdjustmentTimePointLiam
2023-05-12Correctly track RT indexes for image aspect lookup during clearsKelebek1
2023-05-11fs: adjust future save pathLiam
2023-05-11am: stub CreateCacheStorageLiam
2023-05-11fs: stub cache storage and fix params alignmentLiam
2023-05-11nvnflinger: fix Parcel serializationLiam
2023-05-11nvnflinger: fix producer slot fence initLiam
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-11Merge pull request #10222 from liamwhite/qliamwhite
renderer_vulkan: separate guest and host compute descriptor queues
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-11Merge pull request #10224 from yuzu-emu/readme-updateFernando S
Update README.md to remove Skyline license exception.
2023-05-10Update README.md to remove Skyline license exception.bunnei
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-09Merge pull request #10208 from german77/amiibo_joyconliamwhite
input_common: Fix nfc detection for joycons
2023-05-09input_common: Fix nfc detection for joyconsgerman77
2023-05-09Texture Cache: Fix ASTC texturesFernando Sahmkow
2023-05-08Merge pull request #10205 from jbeich/freebsdliamwhite
qt_common: unbreak build on BSDs
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_spammainline-0-1424bunnei
Silence network spam
2023-05-07Merge pull request #10197 from liamwhite/resume-tokenbunnei
bootmanager: remove stop_token header
2023-05-07Merge pull request #10194 from bunnei/update-dynarmic-3bunnei
externals: Update dynarmic to include latest patch.
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-07Merge pull request #10155 from FernandoS27/reactive-flushing-newliamwhite
Y.F.C. bring back Reactive Flushing
2023-05-07vfs_layered: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07core: hid: Update motion on a better placegerman77
2023-05-07externals: Update dynarmic to include latest patch.bunnei