diff options
Diffstat (limited to 'src/core/hle/service/pctl')
| -rw-r--r-- | src/core/hle/service/pctl/module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/pctl/module.cpp b/src/core/hle/service/pctl/module.cpp index 96f6e90d0..9bebe6088 100644 --- a/src/core/hle/service/pctl/module.cpp +++ b/src/core/hle/service/pctl/module.cpp | |||
| @@ -361,7 +361,6 @@ private: | |||
| 361 | States states{}; | 361 | States states{}; |
| 362 | ParentalControlSettings settings{}; | 362 | ParentalControlSettings settings{}; |
| 363 | std::array<char, 8> pin_code{}; | 363 | std::array<char, 8> pin_code{}; |
| 364 | bool can_use_stereo_vision = true; | ||
| 365 | Capability capability{}; | 364 | Capability capability{}; |
| 366 | }; | 365 | }; |
| 367 | 366 | ||