- 05 Jun, 2023 17 commits
-
-
lat9nq authored
-
lat9nq authored
time_zone_manager: Use s64 storage
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
time_zone: Remove maybe_unused time_zone: Use s64 storages time_zone: Catch by reference
-
lat9nq authored
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
-
lat9nq authored
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
-
Narr the Reg authored
Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue
-
lat9nq authored
-
lat9nq authored
If we can't find the normal time zone string, try searching for the closest one.
-
lat9nq authored
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.
-
lat9nq authored
-
lat9nq authored
GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core.
-
lat9nq authored
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.
-
lat9nq authored
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
-
lat9nq authored
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.
-
- 04 Jun, 2023 3 commits
- 03 Jun, 2023 5 commits
-
-
Liam authored
-
Minionguyjpro authored
-
Liam authored
-
Liam authored
-
bunnei authored
issue_template: Add link to website, Getting Log Files
-
- 02 Jun, 2023 1 commit
-
-
Baptiste Marie authored
-
- 01 Jun, 2023 9 commits
-
-
kkoniuszy authored
Track the private anonymous placeholder mappings created by Unmap() and wherever possible, replace existing placeholders with larger ones instead of creating many small ones. This helps with the buildup of mappings in /proc/YUZU_PID/maps after a longer gaming session, improving stability without having to increase vm.max_map_count to a ridiculous value. The amount of placeholder mappings will no longer outgrow the amount of actual memfd mappings in cases of high memory fragmentation.
-
liamwhite authored
Update translations (2023-06-01)
-
liamwhite authored
Fix buffer overlap checking skipping a page for stream score right expand
-
liamwhite authored
Fix incorrect syncpt id bounds check and potential out of bounds lookup
-
liamwhite authored
Remove timeline semaphore wait
-
liamwhite authored
add context menu for status bar settings
-
liamwhite authored
yuzu: Disable game list while game is running
-
liamwhite authored
CopyFFmpegDeps: Update variable name
-
The yuzu Community authored
-
- 31 May, 2023 2 commits
- 30 May, 2023 3 commits
-
-
bunnei authored
Skip BufferCache tickframe with no channel state set
-
Kelebek1 authored
-
Narr the Reg authored
input_common: rename PAGE_SIZE to avoid conflict
-