mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Dialog: Track type id on dialog class.
This commit is contained in:
@@ -52,8 +52,7 @@ struct SceUtilityScreenshotParams {
|
||||
// TODO
|
||||
};
|
||||
|
||||
PSPScreenshotDialog::PSPScreenshotDialog() : PSPDialog() {
|
||||
|
||||
PSPScreenshotDialog::PSPScreenshotDialog(int type) : PSPDialog(type) {
|
||||
}
|
||||
|
||||
PSPScreenshotDialog::~PSPScreenshotDialog() {
|
||||
|
||||
Reference in New Issue
Block a user