mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 18:47:51 -05:00
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user