SLiRP: Force resetting of the range number

This commit is contained in:
RichardG867
2025-09-05 17:21:19 -03:00
parent 15231c19aa
commit f4f39f2858
3 changed files with 4 additions and 3 deletions

View File

@@ -608,6 +608,7 @@ network_reset(void)
ui_sb_update_icon(SB_NETWORK, 0);
ui_sb_update_icon_write(SB_NETWORK, 0);
slirp_card_num = 2;
#ifdef ENABLE_NETWORK_LOG
network_dump_mutex = thread_create_mutex();
#endif