mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
Merge commit '4ed7fa3af30996a5567d3708998b00fc828fe552' into canary-rebase
This commit is contained in:
@@ -72,7 +72,10 @@ void CreateProfileUI::OnDraw(ImGuiIO& io) {
|
||||
ImGui::BeginDisabled(!valid);
|
||||
if (ImGui::Button("Create") || (enter_pressed && valid)) {
|
||||
bool autologin = (profile_manager->GetAccountCount() == 0);
|
||||
profile_manager->CreateProfile(gt, autologin, migration_);
|
||||
if (profile_manager->CreateProfile(gt, autologin, migration_) &&
|
||||
migration_) {
|
||||
emulator_->DataMigration(0xB13EBABEBABEBABE);
|
||||
}
|
||||
ImGui::CloseCurrentPopup();
|
||||
Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user