Move MSI MS-4144 into dev branch

This commit is contained in:
cartifanwlr
2024-01-27 18:34:04 +03:00
parent f7c28f7e32
commit f4fadfe22e
5 changed files with 11 additions and 2 deletions

View File

@@ -1045,7 +1045,7 @@ machine_at_4dps_init(const machine_t *model)
return ret;
}
#if defined(DEV_BRANCH) && defined(USE_MS4144)
int
machine_at_ms4144_init(const machine_t *model)
{
@@ -1072,7 +1072,7 @@ machine_at_ms4144_init(const machine_t *model)
return ret;
}
#endif
int
machine_at_486sp3c_init(const machine_t *model)
{