| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Implements GetTotalLocationNameCount LoadLocationNameList and
GetTimeZoneRuleVersion.
tz-manager: Fix sign issue
|
| | |
|
| |
|
|
|
| |
If we can't find the normal time zone string, try searching for the
closest one.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
GetTimeZoneString no longer reports a setting unique to yuzu, so we
can assume a valid timezone string in core.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
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.
|
| |\
| |
| | |
fsp-srv: avoid patching romfs multiple times
|
| | | |
|
| |\ \
| | |
| | | |
vfs: add vfs_cached for romfs build
|
| | | | |
|
| | |/ |
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |\
| |
| | |
Fix buffer overlap checking skipping a page for stream score right expand
|
| | | |
|
| |\ \
| | |
| | | |
Fix incorrect syncpt id bounds check and potential out of bounds lookup
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Remove timeline semaphore wait
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | | |
add context menu for status bar settings
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
yuzu: Disable game list while game is running
|
| | | | | | |
|
| | |_|_|/
|/| | | |
|
| |/ / /
| | |
| | |
| | | |
See also: https://github.com/yuzu-emu/yuzu/issues/8779
|
| | | |
| | |
| | |
| | | |
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
|
| |\ \ \
| | | |
| | | | |
gl_texture_cache: Fix ASTC CPU decoding with compression disabled
|
| | | | |
| | | |
| | | |
| | | | |
gl_format was incorrectly being overwritten when compression was disabled
|
| |\ \ \ \
| | | | |
| | | | | |
Use TARGET_FILE_DIR generator expression
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Use $<TARGET_FILE_DIR:...> where appropriate instead of trying to guess where the binary will end up.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add support for deinterlaced video playback
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
vfs_concat: fix time complexity of read
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
qt: add menu item to remove cache storage
|
| | | |_|_|/ / /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Move buffer bindings to per-channel state
|
| | |/ / / / / / |
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
|
| | | |_|_|/ /
| |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
texture_cache: process aliases and overlaps in the correct order
|
| | |/ / / / / |
|
| | |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add a 5ms tiemout to the DSP processing wait
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
input_common: Implement amiibo writing
|