summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-01-03 00:26:53 +0100
committerLiam <byteslice@airmail.cc>2024-01-30 02:17:09 +0100
commit3155f4e96d10904f4a207e465f20fb4b25043f5c (patch)
tree849388480f5b7bb17f07a259b3f3661eeca99f61 /src/core/core.h
parentam: re-namespace frontend applets to frontend directory (diff)
downloadyuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar.gz
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar.bz2
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar.lz
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar.xz
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.tar.zst
yuzu-3155f4e96d10904f4a207e465f20fb4b25043f5c.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 800e69501..97e2d4b50 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -50,6 +50,11 @@ namespace Account {
class ProfileManager;
} // namespace Account
+namespace AM {
+struct FrontendAppletParameters;
+class AppletManager;
+} // namespace AM
+
namespace AM::Frontend {
struct FrontendAppletSet;
class FrontendAppletHolder;
@@ -203,8 +208,8 @@ public:
* @returns SystemResultStatus code, indicating if the operation succeeded.
*/
[[nodiscard]] SystemResultStatus Load(Frontend::EmuWindow& emu_window,
- const std::string& filepath, u64 program_id = 0,
- std::size_t program_index = 0);
+ const std::string& filepath,
+ Service::AM::FrontendAppletParameters& params);
/**
* Indicates if the emulated system is powered on (all subsystems initialized and able to run an