summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/mii_selector.cpp
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2017-08-12 10:10:04 +0200
committermailwl <mailwl@gmail.com>2017-09-04 11:04:12 +0200
commit589babbf7477423457dddbefbbb29623fa5c0624 (patch)
tree3f2954399cee1f94dc48864241648ccff826ca15 /src/core/hle/applets/mii_selector.cpp
parentMerge pull request #2917 from jroweboy/icon_fix (diff)
downloadyuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar.gz
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar.bz2
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar.lz
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar.xz
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.tar.zst
yuzu-589babbf7477423457dddbefbbb29623fa5c0624.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/applets/mii_selector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/applets/mii_selector.cpp b/src/core/hle/applets/mii_selector.cpp
index 705859f1e..f225c23a5 100644
--- a/src/core/hle/applets/mii_selector.cpp
+++ b/src/core/hle/applets/mii_selector.cpp
@@ -66,7 +66,7 @@ ResultCode MiiSelector::StartImpl(const Service::APT::AppletStartupParameter& pa
// continue.
MiiResult result;
memset(&result, 0, sizeof(result));
- result.result_code = 0;
+ result.return_code = 0;
// Let the application know that we're closing
Service::APT::MessageParameter message;
@@ -82,5 +82,5 @@ ResultCode MiiSelector::StartImpl(const Service::APT::AppletStartupParameter& pa
}
void MiiSelector::Update() {}
-}
-} // namespace
+} // namespace Applets
+} // namespace HLE