diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/am/applets/general_backend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/general_backend.cpp b/src/core/hle/service/am/applets/general_backend.cpp index bdb6fd464..ccce83de3 100644 --- a/src/core/hle/service/am/applets/general_backend.cpp +++ b/src/core/hle/service/am/applets/general_backend.cpp | |||
| @@ -136,7 +136,7 @@ void Auth::Execute() { | |||
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | void Auth::AuthFinished(bool is_successful) { | 138 | void Auth::AuthFinished(bool is_successful) { |
| 139 | this->successful = is_successful; | 139 | successful = is_successful; |
| 140 | 140 | ||
| 141 | struct Return { | 141 | struct Return { |
| 142 | ResultCode result_code; | 142 | ResultCode result_code; |