Liam
94e7cb05da
vfs_real: ensure size cache is reset on write
3 years ago
Liam
bf47f777b1
patch_manager: remove unnecessary GetSize calls
3 years ago
Liam
734242c5bc
vfs_real: misc optimizations
3 years ago
lat9nq
8d8f850bd6
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
03e8d9aca7
nx_tzdb: Correct Antarctica spelling
3 years ago
Narr the Reg
61b4588517
service: nfc: Read tag protocol only for nfc backend
3 years ago
Narr the Reg
b1b13ddc6b
service: nfc: Accuracy fixes
3 years ago
Liam
ed7c4af915
vfs_real: require file existence on open
3 years ago
Liam
dbbe237668
vfs_real: add simplified open file cache
3 years ago
Liam
0e7eaaba5a
vfs_real: lazily open files
3 years ago
Liam
f25236a4d6
vfs_real: add file LRU cache for open file limits
3 years ago
Liam
8506915208
core: decouple ARM interface from Dynarmic
3 years ago
Narr the Reg
a338de7850
android: Add update support
3 years ago
Charles Lombardo
72d9dc9a3f
android: Add proper homebrew check
3 years ago
Liam
6c34adb1de
nvnflinger: allow locking framerate during video playback
3 years ago
Morph
3e6d81a008
nvdisp: Fix SingleCore frametime reporting
3 years ago
Morph
2e1e725443
core_timing: Fix SingleCore cycle timer
3 years ago
Morph
907507886d
(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
9dcc7bde8b
time: Use compile time division for TimeSpanType conversion
3 years ago
Morph
8e56a84566
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
bbd502f67a
nvnflinger: Acquire lock prior to signaling the vsync variable
3 years ago
german77
107aa52cdb
service: nfc: Add backup support
3 years ago
lat9nq
8f9afbcd91
tz_manager: Fix comparison to wrong integer
3 years ago
lat9nq
3218313c22
tz_manager: Implement missing transition times
time_zone_manager: Use s64 storage
3 years ago
lat9nq
78a47f1ee8
tz_manager: Warn on unimplemented code
3 years ago
lat9nq
dea61f5d00
tz_manager: Fix character offset not advancing
3 years ago
lat9nq
63c51abe42
tz_manager: Fix off-by-one error
3 years ago
lat9nq
84642bdd3f
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
a40e0fdf9e
time: Implement missing services
Implements GetTotalLocationNameCount LoadLocationNameList and
GetTimeZoneRuleVersion.
tz-manager: Fix sign issue
4 years ago
lat9nq
8d52dc163a
time_zone_manager: Implement go_ahead/go_back
3 years ago
lat9nq
5d9dd88387
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
a39b9134db
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
9e2164be74
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
c378cbbc2d
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
a2cfe3749a
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
3 years ago
Liam
a75bc759fe
fsp-srv: avoid patching romfs multiple times
3 years ago
Keve1227
a0f235f4fd
Update Chinese NX language names
... as per the TLoZ: TotK icon files. Would this conflict with older games?
3 years ago
Keve1227
d0aa63069f
Pick game icon based on the configured system language
3 years ago
Liam
6e23c84669
romfs: use vfs_cached for romfs output
3 years ago
Liam
790f91fcc5
vfs: add vfs_cached for romfs build
3 years ago
Narr the Reg
5c1310dc5d
core: hid: Finish linking motion from virtual controllers
3 years ago
german77
dc52152a81
service: account: Save user profile folder on first user creation
3 years ago
bunnei
4c38220a64
android: native: Add support for custom Vulkan driver loading.
3 years ago
bunnei
ae099d583c
core: frontend: Refactor GraphicsContext to its own module.
3 years ago
bunnei
93cf8c3090
android: frontend: Integrate key installation for SAF.
3 years ago
bunnei
93bad47edb
core: crypto: key_manager: Add methods to reload & validate keys.
3 years ago
Liam
7cdeaa90af
device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging
3 years ago
Kelebek1
6839341f17
Fix incorrect id check and potential out of bounds lookup
3 years ago
Liam
0596a4afb1
vfs_concat: fix time complexity of read
3 years ago
Liam
5e3b3c6643
k_memory_block_manager: remove auditing calls
3 years ago