introduces ios support? still needs metal
This commit is contained in:
@@ -8,7 +8,7 @@ void ICommandLine::CreateCommandLine( int argc, char **argv )
|
||||
cl_params.AppendTail(argv,argc);
|
||||
}
|
||||
|
||||
bool ICommandLine::CheckParam( char *psz )
|
||||
bool ICommandLine::CheckParam( const char *psz )
|
||||
{
|
||||
for (auto szParam: cl_params) {
|
||||
if (!V_strcmp(szParam, psz))
|
||||
|
||||
Reference in New Issue
Block a user