Skip to content

Commit

Permalink
bugfix: reverted copying of prefs on hard reset (fixes #1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 13, 2023
1 parent 771bfdd commit 6cf9cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osdep/amiberry_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ static void gui_to_prefs(void)
{
if (quit_program == -UAE_RESET_HARD) {
// copy all if hard reset
copy_prefs(&changed_prefs, &currprefs);
// disabled as this caused bug #1068
//copy_prefs(&changed_prefs, &currprefs);
memory_hardreset(2);
}
/* filesys hack */
Expand Down

0 comments on commit 6cf9cf8

Please sign in to comment.