Reset serial next instance to 0 in pc_reset_hard_close(), fixes #2688.

This commit is contained in:
OBattler
2022-10-23 05:13:46 +02:00
parent 021a63e782
commit 514fd4a3b0

View File

@@ -962,6 +962,8 @@ pc_reset_hard_close(void)
video_reset_close();
cpu_close();
serial_set_next_inst(0);
}
/*