mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
add more custom screen resolutions, fix build
This commit is contained in:
@@ -2286,7 +2286,9 @@ bool CVideoMode_MaterialSystem::Init( )
|
||||
int bitsperpixel = 32;
|
||||
|
||||
bool bAllowSmallModes = false;
|
||||
#ifndef ANDROID
|
||||
if ( CommandLine()->FindParm( "-small" ) )
|
||||
#endif
|
||||
{
|
||||
bAllowSmallModes = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user