Add comment

This commit is contained in:
tomcw 2024-03-09 11:38:43 +00:00
parent cbacd7e61d
commit 175fc8152d
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ static void RepeatInitialization(void)
if (g_cmdLine.slotInsert[SLOT3] != CT_Empty)
{
// NB. Only support Saturn in slot 3, otherwise there's more Config UI to change
if (g_cmdLine.slotInsert[SLOT3] == CT_VidHD || g_cmdLine.slotInsert[SLOT3] == CT_Saturn128K) // For now just support VidHD and Saturn128 in slot 3)
GetCardMgr().Insert(SLOT3, g_cmdLine.slotInsert[SLOT3]);
}