snes: some cleanup, add MSU1 enable flag.

This commit is contained in:
Sorgelig
2022-05-13 23:23:29 +08:00
parent fcd784ba97
commit 12ea16f024
3 changed files with 197 additions and 181 deletions

View File

@@ -2385,8 +2385,6 @@ int user_io_file_tx(const char* name, unsigned char index, char opensave, char m
int dosend = 1;
int is_snes_bs = 0;
if (is_snes() && bytes2send)
{
@@ -2574,11 +2572,11 @@ int user_io_file_tx(const char* name, unsigned char index, char opensave, char m
ProgressMessage(0, 0, 0, 0);
if (is_snes())
{
// Setup MSU
snes_msu_init(name);
}
if (is_snes())
{
// Setup MSU
snes_msu_init(name);
}
return 1;
}