Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | tz_manager: Fix character offset not advancing | lat9nq | |
2023-06-05 | tz_manager: Fix off-by-one error | lat9nq | |
2023-06-05 | time_zone: Handle offset time zones | lat9nq | |
time_zone: Remove maybe_unused time_zone: Use s64 storages time_zone: Catch by reference | |||
2023-06-05 | time_zone_binary: Add zoneinfo data | lat9nq | |
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-05 | nx_tzdb: Create headers from downloaded system archive data | lat9nq | |
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-05 | time: Implement missing services | Narr the Reg | |
Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue | |||
2023-06-05 | time_zone_manager: Implement go_ahead/go_back | lat9nq | |
2023-06-05 | tz_content_manager: Try the system time zone first | lat9nq | |
If we can't find the normal time zone string, try searching for the closest one. | |||
2023-06-05 | common: Move system time zone string detection | lat9nq | |
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-05 | configure_system: Remove external offset on custom rtc | lat9nq | |
2023-06-05 | time: Remove auto timezone consideration | lat9nq | |
GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core. | |||
2023-06-05 | settings: Always report a valid time zone | lat9nq | |
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-05 | time_manager: Don't offset RTC by system time zone | lat9nq | |
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-05 | tz_content_manager: Detect system time zone | lat9nq | |
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-05 | android: Create licenses page | Charles Lombardo | |
2023-06-04 | Merge pull request #10613 from t895/settings-changes | bunnei | |
android: String and settings organization changes | |||
2023-06-04 | Merge pull request #10622 from t895/load-settings | bunnei | |
android: Load settings at the start of each activity | |||
2023-06-04 | android: Move settings to debug submenu | Charles Lombardo | |
2023-06-04 | android: Load settings at the start of each activity | Charles Lombardo | |
2023-06-04 | yuzu: add opengl shader backend info in status bar | xcfrg | |
2023-06-04 | Merge pull request #10594 from liamwhite/double-patch | bunnei | |
fsp-srv: avoid patching romfs multiple times | |||
2023-06-04 | Attempt to move the unzip coroutine to a ViewModel | PabloG02 | |
2023-06-04 | android: update strings | PabloG02 | |
2023-06-04 | android: add option to share log | PabloG02 | |
2023-06-04 | android: add option to install firmware | PabloG02 | |
2023-06-04 | android: move unzip function to FileUtil and use SecurityException | PabloG02 | |
2023-06-04 | android: Several string changes | Charles Lombardo | |
2023-06-04 | audio_renderer: resolve adsp thread deadlock shutdown | Liam | |
2023-06-03 | Merge pull request #10588 from liamwhite/vfs-cached | bunnei | |
vfs: add vfs_cached for romfs build | |||
2023-06-04 | Merge pull request #10605 from 8bitDream/kotlin | Charles Lombardo | |
android: Resolve a couple Gradle warnings | |||
2023-06-03 | Merge pull request #10550 from kkoniuszy/linux-map-buildup-fix | bunnei | |
host_memory: merge adjacent placeholder mappings on Linux | |||
2023-06-04 | android: Resolve a couple Gradle warnings | Abandoned Cart | |
2023-06-03 | Merge pull request #10595 from 8bitDream/deprecated | bunnei | |
android: Replace deprecated and Java code | |||
2023-06-03 | android: Add support for split foldable view | Abandoned Cart | |
2023-06-03 | Fix typo | Kevin Sundqvist Norlén | |
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||
2023-06-03 | android: Replace deprecated and Java code | Abandoned Cart | |
2023-06-03 | fsp-srv: avoid patching romfs multiple times | Liam | |
2023-06-03 | Update Chinese NX language names | Keve1227 | |
... as per the TLoZ: TotK icon files. Would this conflict with older games? | |||
2023-06-03 | Issue a reload if the system language changed | Keve1227 | |
2023-06-03 | Pick game icon based on the configured system language | Keve1227 | |
2023-06-03 | Update README.md (Add Android at builds description) (#10586) | Minionguyjpro | |
2023-06-03 | romfs: use vfs_cached for romfs output | Liam | |
2023-06-03 | vfs: add vfs_cached for romfs build | Liam | |
2023-06-03 | android: cmake: Use cmake_dependent_option as appropriate. | bunnei | |
2023-06-03 | android: Fix crash on importing invalid save | Charles Lombardo | |
2023-06-03 | android: vk_presentation_manager: Fix unusued needs_recreation. | bunnei | |
2023-06-03 | android: Rename "Input Overlay" to "Overlay Options" | Charles Lombardo | |
2023-06-03 | android: Adjust import/export saves dialog | Charles Lombardo | |
2023-06-03 | android: Warning dialogs for key errors | Charles Lombardo | |
2023-06-03 | android: vk_turbo_mode: Remove unnecessary device recreation. | bunnei | |
- Fixes a rare crash. |