suyu/src
lat9nq 90d76333da time_zone: Remove string ops for determing zone
MinGW's strftime implementation does not work and cannot be used to
determine the time zone. Besides that, the string operations are
actually unnecessary since we can get the offset from
std::localtime.

Compare localtime to gmtime to find the zone offset on all platforms.
2023-07-10 17:51:34 -04:00
..
android android: Don't prompt to save user data on uninstall 2023-07-09 19:02:42 -04:00
audio_core sink_stream: Resolve heap buffer corruption due to out of bounds write 2023-06-30 00:54:23 -04:00
common time_zone: Remove string ops for determing zone 2023-07-10 17:51:34 -04:00
core arm_interface: correct breakpoint rewind condition 2023-07-09 12:03:25 -04:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common input_common: Avoid potential division by zero 2023-07-05 17:42:16 -06:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler shaders: Track local memory usage 2023-06-25 18:59:33 -04:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core Merge pull request #10994 from liamwhite/ue4-preferred 2023-07-05 09:23:56 -04:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
yuzu main: Use 1_MiB as a constant for copy buffer size 2023-07-06 13:04:27 -04:00
yuzu_cmd core_timing: Remove GetCurrentTimerResolution in CoreTiming loop 2023-07-02 15:08:04 -04:00
.clang-format
CMakeLists.txt CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules 2023-06-06 20:20:09 -04:00