mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 18:37:57 -05:00
settings: Fix comment structure
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user