1
0
mirror of synced 2025-01-31 12:03:42 +01:00

Remove line

This commit is contained in:
Bobby Dilley 2025-01-03 23:08:47 +00:00
parent c78ae11cdb
commit e7456b3e69
2 changed files with 1 additions and 2 deletions

View File

@ -39,6 +39,7 @@ int getGPUVendorID()
}
config->GPUVendorString = strdup((char *)glGetString(GL_VENDOR));
if (!config->GPUVendorString)
{
fprintf(stderr, "Error: Could not get renderer string\n");

View File

@ -250,8 +250,6 @@ void __attribute__((constructor)) hook_init()
{
getConfig()->GPUVendor = AMD_GPU;
}
printf(" ################################## \n\n");
}
DIR *opendir(const char *dirname)