lat9nq
5ecd76f619
time_manager: Don't offset RTC by system time zone
This causes the emulated system's universal time to be on the user's clock, and the user time to
be off if they set a time zone.
time_manager: Remove GetExternalRtcTime
3 years ago
lat9nq
6457b99586
tz_content_manager: Detect system time zone
Uses C++20 tzdb to determine the system timezone. The switch uses the
597 posix time zones, so this needs tests if the system time zone isn't
posix-compliant.
3 years ago
Kevin Sundqvist Norlén
596dc7ebb7
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
3 years ago
Liam
22d0bf11f1
fsp-srv: avoid patching romfs multiple times
3 years ago
Keve1227
0cadb7a705
Update Chinese NX language names
... as per the TLoZ: TotK icon files. Would this conflict with older games?
3 years ago
Keve1227
7f4c596af2
Pick game icon based on the configured system language
3 years ago
Liam
445948d297
romfs: use vfs_cached for romfs output
3 years ago
Liam
3fd364d3bb
vfs: add vfs_cached for romfs build
3 years ago
Narr the Reg
c4925fc96a
core: hid: Finish linking motion from virtual controllers
3 years ago
german77
8da09657e6
service: account: Save user profile folder on first user creation
3 years ago
bunnei
74e76421e6
android: native: Add support for custom Vulkan driver loading.
3 years ago
bunnei
56600190e4
core: frontend: Refactor GraphicsContext to its own module.
3 years ago
bunnei
af1855e0ad
android: frontend: Integrate key installation for SAF.
3 years ago
bunnei
4fb2d06a8c
core: crypto: key_manager: Add methods to reload & validate keys.
3 years ago
Liam
120b8baebb
device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging
3 years ago
Kelebek1
f50f69f07c
Fix incorrect id check and potential out of bounds lookup
3 years ago
Liam
18088c67cd
vfs_concat: fix time complexity of read
3 years ago
Liam
d23a532bf4
k_memory_block_manager: remove auditing calls
3 years ago
Narr the Reg
6a217dd7a5
service: nfc: Remove encryption key requirement
3 years ago
Narr the Reg
60ba48c5e2
input_common: Implement amiibo writting
3 years ago
german77
5e95870b1f
service: hid: Use span instead of vector reference
3 years ago
Liam
78b97867cb
time: implement ContinuousAdjustmentTimePoint
3 years ago
Liam
7e3c5fa38a
fs: adjust future save path
3 years ago
Liam
1fc6519671
am: stub CreateCacheStorage
3 years ago
Liam
6bee9352b7
fs: stub cache storage and fix params alignment
3 years ago
Liam
c59b0c9715
nvnflinger: fix Parcel serialization
3 years ago
Liam
b929ebf49e
nvnflinger: fix producer slot fence init
3 years ago
Narr the Reg
cc610d369c
service: nfc: Seed all random values
3 years ago
german77
e43d1c20d5
service: nfp: Allow to load with a different amiibo id
3 years ago
Narr the Reg
63ab5ee887
core: hid: Allow to calibrate gyro sensor
3 years ago
Liam
174bad7011
vfs_layered: avoid n^2 lookup in layeredfs building
3 years ago
german77
62acd50c0b
core: hid: Update motion on a better place
3 years ago
Fernando Sahmkow
134c14f089
Address feedback, add CR notice, etc
3 years ago
Fernando Sahmkow
62295b5069
Settings: add option to enable / disable reactive flushing
3 years ago
Fernando Sahmkow
6bc60f78d9
GPU: Add Reactive flushing
3 years ago
Liam
b0c0344388
vfs_vector: avoid n^2 lookup in layeredfs building
3 years ago
german77
7b41e71877
input_common: Add experimental motion to button
3 years ago
Narr the Reg
2a36d667c9
service: nfc: Merge device interfaces and create the device manager
3 years ago
Narr the Reg
53ec77c62c
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
b3b5a11262
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
94c16132ba
yuzu: Add motion preview to controller input
3 years ago
german77
dbef75ecdd
core: hid: Fix state of capture and home buttons
3 years ago
lat9nq
2cca81495e
settings: Enable FIFO relaxed
Not entirely sure if we need this, but there's also no reason not to
support it.
settings: Give VSyncMode values
3 years ago
lat9nq
7bffe8ce02
telemetry_session: Make translate function static
Addresses review feedback
Co-authored-by: Lioncash <mathew1800@gmail.com>
3 years ago
lat9nq
581d8f34ee
configuration: Expose separate swap present modes
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.
3 years ago
Liam
bdaf10ec9e
settings: rename extended memory layout to unsafe, move from general to system
3 years ago
Liam
370a0526a5
kernel: remove general boost lists
3 years ago
Liam
7afcc29ac8
kernel: match calls to Register and Unregister
3 years ago
german77
7ed3f00c30
core: service: Add FunctionInfoTyped to allow expanding existing interfaces
3 years ago
Narr the Reg
f8d2ab4660
service: nfc: Create mifare interface
3 years ago