summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg
2023-06-03service: account: Save user profile folder on first user creationgerman77
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2023-06-03android: frontend: Integrate key installation for SAF.bunnei
2023-06-03core: crypto: key_manager: Add methods to reload & validate keys.bunnei
2023-06-03device_memory: Use smaller virtual reservation size for compatibility with ↵Liam
39-bit paging
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek1
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-25Merge pull request #10396 from german77/amiibo_writebunnei
input_common: Implement amiibo writing
2023-05-24Merge pull request #10415 from german77/amiibo-no-keybunnei
service: nfc: Remove encryption key requirement
2023-05-23k_memory_block_manager: remove auditing callsLiam
2023-05-22service: nfc: Remove encryption key requirementNarr the Reg
2023-05-21input_common: Implement amiibo writtingNarr the Reg
2023-05-14service: hid: Use span instead of vector referencegerman77
2023-05-13Merge pull request #10244 from liamwhite/lower-upperFernando S
time: implement ContinuousAdjustmentTimePoint
2023-05-12Merge pull request #10237 from liamwhite/cache-storagebunnei
fs: stub cache storage
2023-05-11time: implement ContinuousAdjustmentTimePointLiam
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-09service: nfc: Seed all random valuesNarr the Reg
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-05-09Merge pull request #10183 from liamwhite/modsliamwhite
vfs_vector: avoid n^2 lookup in layeredfs building
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-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-07Address feedback, add CR notice, etcFernando Sahmkow
2023-05-07Settings: add option to enable / disable reactive flushingFernando 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-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 #10167 from german77/motion_previewliamwhite
yuzu: Add motion preview to controller input
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-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg
2023-05-04core: hid: Fix state of capture and home buttonsgerman77
2023-05-03Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-laterbunnei
Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads
2023-05-03Merge pull request #10117 from liamwhite/sync-registerbunnei
kernel: match calls to Register and Unregister
2023-05-03Merge pull request #10124 from liamwhite/pebkacMorph
settings: rename extended memory layout to unsafe, move from general to system
2023-05-02settings: Enable FIFO relaxedlat9nq
Not entirely sure if we need this, but there's also no reason not to support it. settings: Give VSyncMode values
2023-05-02telemetry_session: Make translate function staticlat9nq
Addresses review feedback Co-authored-by: Lioncash <mathew1800@gmail.com>
2023-05-02configuration: Expose separate swap present modeslat9nq
Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO.