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