summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/profile_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/profile_select.h b/src/core/hle/service/am/applets/profile_select.h
index f0dd6c1f3..8fb76e6c4 100644
--- a/src/core/hle/service/am/applets/profile_select.h
+++ b/src/core/hle/service/am/applets/profile_select.h
@@ -51,7 +51,7 @@ private:
UserSelectionConfig config;
bool complete = false;
- ResultCode status = RESULT_SUCCESS;
+ ResultCode status = ResultSuccess;
std::vector<u8> final_data;
Core::System& system;
};