summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-07-17 12:06:56 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-07-29 12:50:30 +0200
commitef02370816924156b6c3c3fd70e7e2595be19216 (patch)
tree591b4bea9fc7c79946f187cb3f047e06f8d7f8c9 /src/yuzu/main.h
parentmain: Connect game list remove signals to removal functions (diff)
downloadyuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar.gz
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar.bz2
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar.lz
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar.xz
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.tar.zst
yuzu-ef02370816924156b6c3c3fd70e7e2595be19216.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index bbdf7ae51..73a44a3bf 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -233,6 +233,11 @@ private slots:
void OnLanguageChanged(const QString& locale);
private:
+ void RemoveBaseContent(u64 program_id, const QString& entry_type);
+ void RemoveUpdateContent(u64 program_id, const QString& entry_type);
+ void RemoveAddOnContent(u64 program_id, const QString& entry_type);
+ void RemoveTransferableShaderCache(u64 program_id);
+ void RemoveCustomConfiguration(u64 program_id);
std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id);
InstallResult InstallNSPXCI(const QString& filename);
InstallResult InstallNCA(const QString& filename);