diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-01-07 19:40:23 -0500 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-01-07 19:40:28 -0500 |
| commit | ac7d8983ebc75b1b5e150ea7e03ff54267faf670 (patch) | |
| tree | 78ebbaa9f9af1570a16d6985943ac4b492d89b55 /src/core | |
| parent | 05dbb47af51fb00826912155da85469cb74022db (diff) | |
settings: Fix comment structure
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index bb5aafa0c..29ce98983 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -351,10 +351,11 @@ struct Values { bool use_docked_mode; bool enable_nfc; std::optional<u32> rng_seed; - std::optional<std::chrono::seconds> custom_rtc; // Measured in seconds since epoch - std::chrono::seconds - custom_rtc_differential; // Set on game boot, reset on stop. Seconds difference between - // current time and `custom_rtc` + // Measured in seconds since epoch + std::optional<std::chrono::seconds> custom_rtc; + // Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc` + std::chrono::seconds custom_rtc_differential; + s32 current_user; s32 language_index; |
