From 988e42a3f57e427e4f91172086ccc8a9a52f73eb Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 11 May 2020 17:50:07 -0400 Subject: core: settings: Add a setting for time zone. --- src/yuzu_cmd/default_ini.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/yuzu_cmd/default_ini.h') diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 60b1a62fa..ae94b51c4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -262,6 +262,10 @@ language_index = # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan region_value = +# The system time zone that yuzu will use during emulation +# 0: Auto-select (default), 1: Default (system archive value), Others: Index for specified time zone +time_zone_index = + [Miscellaneous] # A filter which removes logs below a certain logging level. # Examples: *:Debug Kernel.SVC:Trace Service.*:Critical -- cgit v1.2.3