yuzu-android/src
lat9nq fd5d7947f6 time_zone_manager: Stop on comma
This is a deviation from the reference time zone implementation. The
actual code will set a pointer to the time zone name here, but for us we
have a limited number of characters to work with, and the name of the
time zone here could be larger than 8 characters.

We can make the assumption that time zone names greater than five
characters in length include a comma that denotes more data. Nintendo
just truncates that data for the name, so we can do the same.

time_zone_manager: Check for length of array

Just to be double sure that we never break past the array length,
directly compare against it.
2023-06-20 15:54:05 -04:00
..
android Merge pull request #10808 from t895/settings-stuffs 2023-06-16 16:52:54 -07:00
audio_core
common video_core: Removed AF for all mip modes option as it's default now 2023-06-17 11:19:39 +02:00
core time_zone_manager: Stop on comma 2023-06-20 15:54:05 -04:00
dedicated_room
input_common
network
shader_recompiler
tests
video_core Merge pull request #10818 from vonchenplus/render_target_samples 2023-06-20 09:55:23 -04:00
web_service
yuzu vk_device_info: Check only affected Intel drivers 2023-06-18 16:15:51 -04:00
yuzu_cmd video_core: Removed AF for all mip modes option as it's default now 2023-06-17 11:19:39 +02:00
.clang-format
CMakeLists.txt