This commit is contained in:
michaelangel007 2023-04-28 06:48:05 -07:00
parent 66fc4ab2eb
commit c27152accf
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static const DWORD g_aDiskFullScreenColorsLED[ NUM_DISK_STATUS ] =
RGB(255, 0, 0), // DISK_STATUS_WRITE RED
RGB(255,128, 0), // DISK_STATUS_PROT ORANGE
RGB( 0, 0,255), // DISK_STATUS_EMPTY -blue-
RGB( 0,1280,128) // DISK_STATUS_SPIN -cyan-
RGB( 0,128,128) // DISK_STATUS_SPIN -cyan-
};
void Win32Frame::SetAltEnterToggleFullScreen(bool mode)