aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2023-06-05tz_manager: Fix off-by-one errorlat9nq
2023-06-05time_zone_binary: Add zoneinfo datalat9nq
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
2023-06-05time: Implement missing servicesNarr the Reg
Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue
2023-06-05time_zone_manager: Implement go_ahead/go_backlat9nq
2023-06-05tz_content_manager: Try the system time zone firstlat9nq
If we can't find the normal time zone string, try searching for the closest one.
2023-06-05time: Remove auto timezone considerationlat9nq
GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core.
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq
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
2023-06-05tz_content_manager: Detect system time zonelat9nq
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.
2023-06-04Merge pull request #10594 from liamwhite/double-patchbunnei
fsp-srv: avoid patching romfs multiple times
2023-06-03Fix typoKevin Sundqvist Norlén
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2023-06-03fsp-srv: avoid patching romfs multiple timesLiam
2023-06-03Update Chinese NX language namesKeve1227
... as per the TLoZ: TotK icon files. Would this conflict with older games?
2023-06-03Pick game icon based on the configured system languageKeve1227
2023-06-03romfs: use vfs_cached for romfs outputLiam
2023-06-03vfs: add vfs_cached for romfs buildLiam
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg
2023-06-03service: account: Save user profile folder on first user creationgerman77
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2023-06-03android: frontend: Integrate key installation for SAF.bunnei
2023-06-03core: crypto: key_manager: Add methods to reload & validate keys.bunnei
2023-06-03device_memory: Use smaller virtual reservation size for compatibility with ↵Liam
39-bit paging
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek1
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-25Merge pull request #10396 from german77/amiibo_writebunnei
input_common: Implement amiibo writing
2023-05-24Merge pull request #10415 from german77/amiibo-no-keybunnei
service: nfc: Remove encryption key requirement
2023-05-23k_memory_block_manager: remove auditing callsLiam
2023-05-22service: nfc: Remove encryption key requirementNarr the Reg
2023-05-21input_common: Implement amiibo writtingNarr the Reg
2023-05-14service: hid: Use span instead of vector referencegerman77
2023-05-13Merge pull request #10244 from liamwhite/lower-upperFernando S
time: implement ContinuousAdjustmentTimePoint
2023-05-12Merge pull request #10237 from liamwhite/cache-storagebunnei
fs: stub cache storage
2023-05-11time: implement ContinuousAdjustmentTimePointLiam
2023-05-11fs: adjust future save pathLiam
2023-05-11am: stub CreateCacheStorageLiam
2023-05-11fs: stub cache storage and fix params alignmentLiam
2023-05-11nvnflinger: fix Parcel serializationLiam
2023-05-11nvnflinger: fix producer slot fence initLiam
2023-05-09service: nfc: Seed all random valuesNarr the Reg
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-05-09Merge pull request #10183 from liamwhite/modsliamwhite
vfs_vector: avoid n^2 lookup in layeredfs building
2023-05-08core: hid: Allow to calibrate gyro sensorNarr the Reg
2023-05-07Merge pull request #10075 from Kelebek1/silence_nifm_spambunnei
Silence network spam
2023-05-07Merge pull request #10195 from german77/mutexliamwhite
core: hid: Update motion on a better place
2023-05-07vfs_layered: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07core: hid: Update motion on a better placegerman77
2023-05-07Address feedback, add CR notice, etcFernando Sahmkow
2023-05-07Settings: add option to enable / disable reactive flushingFernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam