forked from eden-emu/eden
Properly migrate internal NAND, Load, etc. directories (#167)
Signed-off-by: crueter <swurl@swurl.xyz> Reviewed-on: eden-emu/eden#167 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
8ff1b9d282
commit
c4ca8d2367
6 changed files with 192 additions and 160 deletions
|
@ -14,11 +14,14 @@ class UserDataMigrator {
|
|||
public:
|
||||
UserDataMigrator(QMainWindow* main_window);
|
||||
|
||||
bool migrated{false};
|
||||
Emulator selected_emu;
|
||||
|
||||
private:
|
||||
void ShowMigrationPrompt(QMainWindow* main_window);
|
||||
void ShowMigrationCancelledMessage(QMainWindow* main_window);
|
||||
void MigrateUserData(QMainWindow* main_window,
|
||||
const MigrationWorker::LegacyEmu selected_legacy_emu,
|
||||
const Emulator selected_legacy_emu,
|
||||
const bool clear_shader_cache,
|
||||
const MigrationWorker::MigrationStrategy strategy);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue