mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-06 20:24:02 +00:00
Options for Data Migration (#95)
Copy, move, or link Co-authored-by: KeatonTheBot <onikeaton@gmail.com> Signed-off-by: swurl <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/95 Co-authored-by: swurl <swurl@swurl.xyz> Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
@@ -21,7 +21,14 @@ private:
|
||||
Suyu,
|
||||
};
|
||||
|
||||
enum class MigrationStrategy {
|
||||
Copy,
|
||||
Move,
|
||||
Link,
|
||||
};
|
||||
|
||||
void ShowMigrationPrompt(QMainWindow* main_window);
|
||||
void ShowMigrationCancelledMessage(QMainWindow* main_window);
|
||||
void MigrateUserData(QMainWindow* main_window, const LegacyEmu selected_legacy_emu, const bool clear_shader_cache);
|
||||
void MigrateUserData(QMainWindow* main_window, const LegacyEmu selected_legacy_emu,
|
||||
const bool clear_shader_cache, const MigrationStrategy strategy);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user