mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-02 23:53:36 +00:00
feat(fs): Implement Autoloader (W.I.P.)
This commit is contained in:
@@ -268,6 +268,7 @@ private:
|
||||
const bool tas_allowed = false);
|
||||
|
||||
void RegisterMetaTypes();
|
||||
void RegisterAutoloaderContents();
|
||||
|
||||
void InitializeWidgets();
|
||||
void InitializeDebugWidgets();
|
||||
@@ -344,6 +345,9 @@ private:
|
||||
Service::AM::FrontendAppletParameters LibraryAppletParameters(u64 program_id,
|
||||
Service::AM::AppletId applet_id);
|
||||
|
||||
// This will hold and provide all discovered Autoloader content.
|
||||
std::unique_ptr<FileSys::ManualContentProvider> autoloader_provider;
|
||||
|
||||
private slots:
|
||||
void OnStartGame();
|
||||
void OnRestartGame();
|
||||
@@ -377,7 +381,7 @@ private slots:
|
||||
void OnMenuLoadFolder();
|
||||
void IncrementInstallProgress();
|
||||
void OnMenuInstallToNAND();
|
||||
void OnMenuTrimXCI();
|
||||
void OnMenuInstallWithAutoloader();
|
||||
void OnMenuRecentFile();
|
||||
void OnConfigure();
|
||||
void OnConfigureTas();
|
||||
|
||||
Reference in New Issue
Block a user