x86: some fixes and tweaks after merge.

This commit is contained in:
Sorgelig
2022-11-11 18:27:35 +08:00
parent babb0c8bdf
commit aee51e107d
4 changed files with 40 additions and 43 deletions

View File

@@ -1397,7 +1397,7 @@ void user_io_init(const char *path, const char *xml)
else if (is_x86() || is_pcxt())
{
x86_config_load();
x86_init(is_pcxt());
x86_init();
}
else if (is_archie())
{
@@ -2724,7 +2724,7 @@ void user_io_send_buttons(char force)
if (is_megacd()) mcd_reset();
if (is_pce()) pcecd_reset();
if (is_saturn()) saturn_reset();
if (is_x86() || is_pcxt()) x86_init(is_pcxt());
if (is_x86() || is_pcxt()) x86_init();
if (is_st()) tos_reset(0);
ResetUART();
}