mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 15:38:10 -05:00
configure_system: Clear selection after user delete
This commit is contained in:
@ -323,7 +323,7 @@ void ProfileManager::WriteUserSaveFile() {
|
||||
|
||||
FileUtil::IOFile save(FileUtil::GetUserPath(FileUtil::UserPath::NANDDir) +
|
||||
"/system/save/8000000000000010/su/avators/profiles.dat",
|
||||
"rb");
|
||||
"wb");
|
||||
|
||||
save.Resize(sizeof(ProfileDataRaw));
|
||||
save.Seek(0, SEEK_SET);
|
||||
|
Reference in New Issue
Block a user