mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 23:16:39 +00:00
VideoReinitialize(): remove default arg & refactor out common code (PR #911)
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user