summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-05-27 22:21:06 +0200
committerSubv <subv2112@gmail.com>2015-07-12 05:32:12 +0200
commit725d5eea7879fa152c51f15fd76003d3c6bc44ed (patch)
treec260c6e094467c5d6b4694283573381310c2c96c /src/core/hle/service/apt/apt.h
parentApplets: Add infrastructure to allow custom drawing and input handling in Applets. (diff)
downloadyuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar.gz
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar.bz2
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar.lz
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar.xz
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.tar.zst
yuzu-725d5eea7879fa152c51f15fd76003d3c6bc44ed.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apt/apt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h
index 510193cc8..9f0802508 100644
--- a/src/core/hle/service/apt/apt.h
+++ b/src/core/hle/service/apt/apt.h
@@ -63,7 +63,7 @@ enum class AppletId : u32 {
};
/// Send a parameter to the currently-running application, which will read it via ReceiveParameter
-void SendParameter(MessageParameter const& parameter);
+void SendParameter(const MessageParameter& parameter);
/**
* APT::Initialize service function