mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
Remove most of the old unused Video rendering functions
This commit is contained in:
@@ -953,10 +953,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
|||||||
DiskInitialize();
|
DiskInitialize();
|
||||||
LogFileOutput("Init: DiskInitialize()\n");
|
LogFileOutput("Init: DiskInitialize()\n");
|
||||||
|
|
||||||
CreateColorMixMap(); // For tv emulation mode
|
int nError = 0; // TODO: Show error MsgBox if we get a DiskInsert error
|
||||||
LogFileOutput("Init: CreateColorMixMap()\n");
|
|
||||||
|
|
||||||
int nError = 0; // TODO: Show error MsgBox if we get a DiskInsert error
|
|
||||||
if (szImageName_drive1)
|
if (szImageName_drive1)
|
||||||
{
|
{
|
||||||
nError = DoDiskInsert(DRIVE_1, szImageName_drive1);
|
nError = DoDiskInsert(DRIVE_1, szImageName_drive1);
|
||||||
|
1263
source/Video.cpp
1263
source/Video.cpp
File diff suppressed because it is too large
Load Diff
@@ -67,8 +67,6 @@ typedef bool (*VideoUpdateFuncPtr_t)(int,int,int,int,int);
|
|||||||
|
|
||||||
// Prototypes _______________________________________________________
|
// Prototypes _______________________________________________________
|
||||||
|
|
||||||
void CreateColorMixMap();
|
|
||||||
|
|
||||||
BOOL VideoApparentlyDirty ();
|
BOOL VideoApparentlyDirty ();
|
||||||
void VideoBenchmark ();
|
void VideoBenchmark ();
|
||||||
void VideoChooseMonochromeColor (); // FIXME: Should be moved to PageConfig and call VideoSetMonochromeColor()
|
void VideoChooseMonochromeColor (); // FIXME: Should be moved to PageConfig and call VideoSetMonochromeColor()
|
||||||
|
Reference in New Issue
Block a user