Narr the Reg
b24451c571
input_common: Implement native mifare support
3 years ago
lat9nq
9357aaf637
time_zone_manager: Add null terminator
We aren't null-terminating this string after the copy, and we need to.
3 years ago
lat9nq
aedaa1aa19
time_zone_manager: Stop on comma
This is a deviation from the reference time zone implementation. The
actual code will set a pointer to the time zone name here, but for us we
have a limited number of characters to work with, and the name of the
time zone here could be larger than 8 characters.
We can make the assumption that time zone names greater than five
characters in length include a comma that denotes more data. Nintendo
just truncates that data for the name, so we can do the same.
time_zone_manager: Check for length of array
Just to be double sure that we never break past the array length,
directly compare against it.
3 years ago
Liam
e1d8e0d842
vfs_concat: verify short read
3 years ago
Liam
0faeac4fcb
vfs_concat: fix offset calculation when not aligned to file boundary
3 years ago
lat9nq
e260539065
time_zone_service: Always write time zone rule data
Switch firmware will initialize this data even if the given parameters
are invalid. We should do the same.
3 years ago
lat9nq
59236a458c
k_thread: Use a mutex and cond_var to sync bool
std::atomic<bool> is broken on MinGW and causes deadlocks there.
Use a normal cond var in its stead.
3 years ago
Liam
3191a97b22
vfs_real: ensure size cache is reset on write
3 years ago
Liam
b73cc6d51c
patch_manager: remove unnecessary GetSize calls
3 years ago
Liam
0f7b1f067f
vfs_real: misc optimizations
3 years ago
lat9nq
5173821cfa
time_zone_manager: Compare to the correct boolean
Reference implementation does not compare the booleans as we had them.
Use the correct ones as in the reference.
Also adds an assert. I have been made aware of a crash here and am
not able to reproduce currently.
3 years ago
lat9nq
2ed870c2a8
nx_tzdb: Correct Antarctica spelling
3 years ago
Narr the Reg
6ae2249f88
service: nfc: Read tag protocol only for nfc backend
3 years ago
Narr the Reg
05fcd73843
service: nfc: Accuracy fixes
3 years ago
Liam
863d5c23d0
vfs_real: require file existence on open
3 years ago
Liam
87087b768b
vfs_real: add simplified open file cache
3 years ago
Liam
729216e5d8
vfs_real: lazily open files
3 years ago
Liam
efaaa6e0bf
vfs_real: add file LRU cache for open file limits
3 years ago
Liam
5b858c8306
core: decouple ARM interface from Dynarmic
3 years ago
Narr the Reg
707999d4c0
android: Add update support
3 years ago
Charles Lombardo
b1b9075f2d
android: Add proper homebrew check
3 years ago
Liam
1b33ebdde2
nvnflinger: allow locking framerate during video playback
3 years ago
Morph
6b460f860e
nvdisp: Fix SingleCore frametime reporting
3 years ago
Morph
52a219cfe9
core_timing: Fix SingleCore cycle timer
3 years ago
Morph
1b83c7eab4
(wall, native)_clock: Add GetGPUTick
Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
3 years ago
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
lat9nq
60e705fd6d
time_zone_binary: Add zoneinfo data
Adds the basic time zone data for the system archive.
time_zone_binary: Implement full system archive
time_zone_binary: Remove unneeded template
tz_binary: Make GenerateFiles static
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
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