System: Add option to force start in software mode

This commit is contained in:
Connor McLaughlin
2020-06-29 01:51:01 +10:00
parent 919494079b
commit 936d92dfb8
4 changed files with 19 additions and 25 deletions

View File

@ -63,12 +63,6 @@ void GPU::UpdateSettings()
UpdateCRTCDisplayParameters();
}
void GPU::UpdateHardwareType()
{
m_console_is_pal = m_system->IsPALRegion();
UpdateCRTCDisplayParameters();
}
void GPU::Reset()
{
SoftReset();