Dialog: Track type id on dialog class.

This commit is contained in:
Unknown W. Brackets
2021-02-27 12:01:52 -08:00
parent 2b9b157151
commit aa13f5afb7
17 changed files with 29 additions and 36 deletions
+1 -2
View File
@@ -52,8 +52,7 @@ struct SceUtilityScreenshotParams {
// TODO
};
PSPScreenshotDialog::PSPScreenshotDialog() : PSPDialog() {
PSPScreenshotDialog::PSPScreenshotDialog(int type) : PSPDialog(type) {
}
PSPScreenshotDialog::~PSPScreenshotDialog() {