VideoReinitialize(): remove default arg & refactor out common code (PR #911)

This commit is contained in:
Andrea
2021-01-13 22:02:48 +00:00
committed by GitHub
parent 6cffb30330
commit 816e22524f
8 changed files with 33 additions and 39 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ UINT Video::GetFrameBufferHeight(void)
//===========================================================================
void Video::VideoReinitialize(bool bInitVideoScannerAddress /*= true*/)
void Video::VideoReinitialize(bool bInitVideoScannerAddress)
{
NTSC_VideoReinitialize( g_dwCyclesThisFrame, bInitVideoScannerAddress );
NTSC_VideoInitAppleType();