summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-05tz_manager: Fix character offset not advancinglat9nq
2023-06-05tz_manager: Fix off-by-one errorlat9nq
2023-06-05time_zone: Handle offset time zoneslat9nq
time_zone: Remove maybe_unused time_zone: Use s64 storages time_zone: Catch by reference
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-05nx_tzdb: Create headers from downloaded system archive datalat9nq
Use lat9nq/tzdb_to_nx release data to generate header files. nx_tzdb: Use an interface library nx_tzdb: Gate download if achive not exists nx_tzdb: Fix header generator brace closing nx_tzdb: Add base directory files nx_tzdb: Add SPDX info
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-05common: Move system time zone string detectionlat9nq
Moves it from Settings to Common::TimeZone, since this algorithm doesn't depend on the setting. It also lets us use it in other libraries. common: Various fixes time_zone: Don't double up the std::abs Too many absolute values were causing mirrored time zones to resolve as the same.
2023-06-05configure_system: Remove external offset on custom rtclat9nq
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-05settings: Always report a valid time zonelat9nq
Prevents needing to deduce the non-Switch setting in core. Instead, we deduce the meaning of this setting where the heresy is committed, in common. settings: Remove strftime usage GetTimeZoneString: Use standard features Also forces GMT on MinGW due to broken strftime.
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-05android: Create licenses pageCharles Lombardo
2023-06-04Merge pull request #10613 from t895/settings-changesbunnei
android: String and settings organization changes
2023-06-04Merge pull request #10622 from t895/load-settingsbunnei
android: Load settings at the start of each activity
2023-06-04android: Move settings to debug submenuCharles Lombardo
2023-06-04android: Load settings at the start of each activityCharles Lombardo
2023-06-04yuzu: add opengl shader backend info in status barxcfrg
2023-06-04Merge pull request #10594 from liamwhite/double-patchbunnei
fsp-srv: avoid patching romfs multiple times
2023-06-04Attempt to move the unzip coroutine to a ViewModelPabloG02
2023-06-04android: update stringsPabloG02
2023-06-04android: add option to share logPabloG02
2023-06-04android: add option to install firmwarePabloG02
2023-06-04android: move unzip function to FileUtil and use SecurityExceptionPabloG02
2023-06-04android: Several string changesCharles Lombardo
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam
2023-06-03Merge pull request #10588 from liamwhite/vfs-cachedbunnei
vfs: add vfs_cached for romfs build
2023-06-04Merge pull request #10605 from 8bitDream/kotlinCharles Lombardo
android: Resolve a couple Gradle warnings
2023-06-03Merge pull request #10550 from kkoniuszy/linux-map-buildup-fixbunnei
host_memory: merge adjacent placeholder mappings on Linux
2023-06-04android: Resolve a couple Gradle warningsAbandoned Cart
2023-06-03Merge pull request #10595 from 8bitDream/deprecatedbunnei
android: Replace deprecated and Java code
2023-06-03android: Add support for split foldable viewAbandoned Cart
2023-06-03Fix typoKevin Sundqvist Norlén
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2023-06-03android: Replace deprecated and Java codeAbandoned Cart
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-03Issue a reload if the system language changedKeve1227
2023-06-03Pick game icon based on the configured system languageKeve1227
2023-06-03Update README.md (Add Android at builds description) (#10586)Minionguyjpro
2023-06-03romfs: use vfs_cached for romfs outputLiam
2023-06-03vfs: add vfs_cached for romfs buildLiam
2023-06-03android: cmake: Use cmake_dependent_option as appropriate.bunnei
2023-06-03android: Fix crash on importing invalid saveCharles Lombardo
2023-06-03android: vk_presentation_manager: Fix unusued needs_recreation.bunnei
2023-06-03android: Rename "Input Overlay" to "Overlay Options"Charles Lombardo
2023-06-03android: Adjust import/export saves dialogCharles Lombardo
2023-06-03android: Warning dialogs for key errorsCharles Lombardo
2023-06-03android: vk_turbo_mode: Remove unnecessary device recreation.bunnei
- Fixes a rare crash.