summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/applet.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-05-09 00:10:53 +0200
committerSubv <subv2112@gmail.com>2016-05-13 03:01:59 +0200
commitac2de12ed8a7cc2759e25325f388db92b3f356a6 (patch)
treef679398a60a1d330b6ac38bfffa051631f99d6e7 /src/core/hle/applets/applet.h
parentKernel: Account for automatically-allocated shared memories in the amount of used linear heap memory. (diff)
downloadyuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar.gz
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar.bz2
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar.lz
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar.xz
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.tar.zst
yuzu-ac2de12ed8a7cc2759e25325f388db92b3f356a6.zip
Diffstat (limited to 'src/core/hle/applets/applet.h')
-rw-r--r--src/core/hle/applets/applet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/applets/applet.h b/src/core/hle/applets/applet.h
index af442f81d..754c6f7db 100644
--- a/src/core/hle/applets/applet.h
+++ b/src/core/hle/applets/applet.h
@@ -65,6 +65,7 @@ protected:
virtual ResultCode StartImpl(const Service::APT::AppletStartupParameter& parameter) = 0;
Service::APT::AppletId id; ///< Id of this Applet
+ std::shared_ptr<std::vector<u8>> heap_memory; ///< Heap memory for this Applet
};
/// Returns whether a library applet is currently running