mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
Reset serial next instance to 0 in pc_reset_hard_close(), fixes #2688.
This commit is contained in:
@@ -962,6 +962,8 @@ pc_reset_hard_close(void)
|
||||
video_reset_close();
|
||||
|
||||
cpu_close();
|
||||
|
||||
serial_set_next_inst(0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user