mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-16 15:06:13 +00:00
Cmd-line: Remove old -fs8bit switch
This commit is contained in:
parent
643ba997ae
commit
c5bbf9a2c2
@ -989,10 +989,6 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
||||
else
|
||||
LogFileOutput("Failed to set parameter for -fs-height=x switch\n");
|
||||
}
|
||||
else if (strcmp(lpCmdLine, "-fs8bit") == 0)
|
||||
{
|
||||
SetFullScreen32Bit(false); // Support old v1.24 fullscreen 8-bit palette mode
|
||||
}
|
||||
else if (strcmp(lpCmdLine, "-no-di") == 0)
|
||||
{
|
||||
g_bDisableDirectInput = true;
|
||||
|
@ -2107,16 +2107,6 @@ void CtrlReset()
|
||||
|
||||
//===========================================================================
|
||||
|
||||
bool GetFullScreen32Bit(void)
|
||||
{
|
||||
return g_bFullScreen32Bit;
|
||||
}
|
||||
|
||||
void SetFullScreen32Bit(bool b32Bit)
|
||||
{
|
||||
g_bFullScreen32Bit = b32Bit;
|
||||
}
|
||||
|
||||
int GetFullScreenOffsetX(void)
|
||||
{
|
||||
return g_win_fullscreen_offsetx;
|
||||
|
@ -66,8 +66,6 @@
|
||||
int GetViewportScale(void);
|
||||
int SetViewportScale(int nNewScale, bool bForce = false);
|
||||
void GetViewportCXCY(int& nViewportCX, int& nViewportCY);
|
||||
bool GetFullScreen32Bit(void);
|
||||
void SetFullScreen32Bit(bool b32Bit);
|
||||
void FrameUpdateApple2Type(void);
|
||||
bool GetBestDisplayResolutionForFullScreen(UINT& bestWidth, UINT& bestHeight, UINT userSpecifiedHeight=0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user