diff options
| author | 2019-03-28 23:01:52 +0100 | |
|---|---|---|
| committer | 2019-03-29 15:02:28 +0100 | |
| commit | ff7e6a42c1063a9783c1cf88a144577616c2ca86 (patch) | |
| tree | c7b3c522750d203993bd3c92f77dcf7b1d6b8254 /src/core/settings.h | |
| parent | Merge pull request #2285 from lioncash/unused-struct (diff) | |
| download | yuzu-ff7e6a42c1063a9783c1cf88a144577616c2ca86.tar.gz yuzu-ff7e6a42c1063a9783c1cf88a144577616c2ca86.tar.xz yuzu-ff7e6a42c1063a9783c1cf88a144577616c2ca86.zip | |
core/yuzu: Remove enable_nfc setting
This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index cdfb2f742..d543eb32f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -349,7 +349,6 @@ struct TouchscreenInput { | |||
| 349 | struct Values { | 349 | struct Values { |
| 350 | // System | 350 | // System |
| 351 | bool use_docked_mode; | 351 | bool use_docked_mode; |
| 352 | bool enable_nfc; | ||
| 353 | std::optional<u32> rng_seed; | 352 | std::optional<u32> rng_seed; |
| 354 | // Measured in seconds since epoch | 353 | // Measured in seconds since epoch |
| 355 | std::optional<std::chrono::seconds> custom_rtc; | 354 | std::optional<std::chrono::seconds> custom_rtc; |