Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
39-bit paging
|
|
|
|
|
|
input_common: Implement amiibo writing
|
|
service: nfc: Remove encryption key requirement
|
|
|
|
|
|
|
|
|
|
time: implement ContinuousAdjustmentTimePoint
|
|
fs: stub cache storage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vfs_vector: avoid n^2 lookup in layeredfs building
|
|
|
|
Silence network spam
|
|
core: hid: Update motion on a better place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: nfc: Merge device interfaces and create the device manager
|
|
configuration: Expose separate swap present modes
|
|
input_common: Add experimental motion to button
|
|
yuzu: Add motion preview to controller input
|
|
|
|
|
|
|
|
|
|
|
|
Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads
|
|
kernel: match calls to Register and Unregister
|
|
settings: rename extended memory layout to unsafe, move from general to system
|
|
Not entirely sure if we need this, but there's also no reason not to
support it.
settings: Give VSyncMode values
|
|
Addresses review feedback
Co-authored-by: Lioncash <mathew1800@gmail.com>
|
|
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.
|