mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
Move VideoRedrawScreen() to Video. (PR #904)
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ static void Spkr_DSUninit();
|
||||
static void DisplayBenchmarkResults ()
|
||||
{
|
||||
DWORD totaltime = GetTickCount()-extbench;
|
||||
GetFrame().VideoRedrawScreen();
|
||||
GetVideo().VideoRedrawScreen();
|
||||
TCHAR buffer[64];
|
||||
wsprintf(buffer,
|
||||
TEXT("This benchmark took %u.%02u seconds."),
|
||||
|
||||
Reference in New Issue
Block a user