Morph
e25d41580b
time: Use compile time division for TimeSpanType conversion
3 years ago
Morph
2856fadaa0
core_timing: Use CNTPCT as the guest CPU tick
Previously, we were mixing the raw CPU frequency and CNTFRQ.
The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
3 years ago
Morph
fb3bb63880
nvnflinger: Acquire lock prior to signaling the vsync variable
3 years ago
german77
4255ac45d1
service: nfc: Add backup support
3 years ago
lat9nq
2556a6c78c
tz_manager: Fix comparison to wrong integer
3 years ago
lat9nq
c95977a29f
tz_manager: Implement missing transition times
time_zone_manager: Use s64 storage
3 years ago
lat9nq
021df7a2e1
tz_manager: Warn on unimplemented code
3 years ago
lat9nq
c82d11ff73
tz_manager: Fix character offset not advancing
3 years ago
lat9nq
95faad1413
tz_manager: Fix off-by-one error
3 years ago
Narr the Reg
c934089969
time: Implement missing services
Implements GetTotalLocationNameCount LoadLocationNameList and
GetTimeZoneRuleVersion.
tz-manager: Fix sign issue
4 years ago
lat9nq
99d8774310
time_zone_manager: Implement go_ahead/go_back
3 years ago
lat9nq
bd9ab73ba8
tz_content_manager: Try the system time zone first
If we can't find the normal time zone string, try searching for the
closest one.
3 years ago
lat9nq
a379c50acc
time: Remove auto timezone consideration
GetTimeZoneString no longer reports a setting unique to yuzu, so we
can assume a valid timezone string in core.
3 years ago
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
Liam
22d0bf11f1
fsp-srv: avoid patching romfs multiple times
3 years ago
german77
8da09657e6
service: account: Save user profile folder on first user creation
3 years ago
Kelebek1
f50f69f07c
Fix incorrect id check and potential out of bounds lookup
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
german77
62acd50c0b
core: hid: Update motion on a better place
3 years ago
Narr the Reg
2a36d667c9
service: nfc: Merge device interfaces and create the device manager
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
Narr the Reg
db242ac13f
service: nfc: Create interface
3 years ago
Kelebek1
325a8febfc
Silence nifm spam
3 years ago
german77
1ec8e38f3f
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
3 years ago
FengChen
ea68bfba5d
core: audio: return result when audio_out initialize failed
3 years ago
Narr the Reg
5de37e921c
service: nfp: Implement debug Interface
3 years ago
Narr the Reg
c8ed98bb1c
service: nfp: Implement system interface
3 years ago
Narr the Reg
52447e1b58
service: nfp: Use an unique interface
3 years ago
german77
4c562a2c8c
service: hid: Fix handle validation
3 years ago
german77
a1b66df775
applet: controller: Implement cancel button
3 years ago
german77
9ffeb00747
service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination
Used by Let's Get Fit
3 years ago
Narr the Reg
0585865c9f
service: am: Improve profile select applet
3 years ago
Narr the Reg
c1e8a0a3e6
service: hid: Silence warning on MergeSingleJoyAsDualJoy
3 years ago
german77
a7965dbc95
service: nfp: Add plain amiibo support
3 years ago
Liam
eb8abae7eb
qt: implement RequestExit for applets
3 years ago
Liam
46f5e0a276
applets: implement RequestExit
3 years ago
Liam
6eaef51cf2
memory: rename global memory references to application memory
3 years ago