MGL: support adf mounting in Minimig.

This commit is contained in:
Sorgelig
2022-03-03 23:44:42 +08:00
parent 2e34dcae35
commit f0a7728ea2
2 changed files with 18 additions and 2 deletions

View File

@@ -1353,7 +1353,7 @@ void user_io_init(const char *path, const char *xml)
SetMidiLinkMode(midilink);
SetUARTMode(uartmode);
if (!mgl_get()->count || is_menu() || is_minimig() || is_st() || is_archie() || user_io_core_type() == CORE_TYPE_SHARPMZ)
if (!mgl_get()->count || is_menu() || is_st() || is_archie() || user_io_core_type() == CORE_TYPE_SHARPMZ)
{
mgl_get()->done = 1;
}