diff --git a/stratosphere/ro/source/ro_main.cpp b/stratosphere/ro/source/ro_main.cpp index cff2733f4..4bd9b4893 100644 --- a/stratosphere/ro/source/ro_main.cpp +++ b/stratosphere/ro/source/ro_main.cpp @@ -106,7 +106,7 @@ void __appExit(void) { /* Helpers to create RO objects. */ static const auto MakeRoServiceForSelf = []() { return std::make_shared(RoServiceType_ForSelf); }; -static const auto MakeRoServiceForOthers = []() { return std::make_shared(RoServiceType_ForSelf); }; +static const auto MakeRoServiceForOthers = []() { return std::make_shared(RoServiceType_ForOthers); }; int main(int argc, char **argv) {