mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-07 17:11:17 +00:00
- only write the warning if r_multithreaded has its default value
This commit is contained in:
parent
e2fc3f2fac
commit
d3abc71c64
1 changed files with 2 additions and 1 deletions
|
@ -205,6 +205,7 @@ namespace swrenderer
|
|||
if (firstCall)
|
||||
{
|
||||
firstCall = false;
|
||||
if (r_multithreaded == 1)
|
||||
Printf("Warning: Unable to determine number of CPU cores/threads for this computer. To improve performance, please type 'r_multithreaded x' in the console, where x is the number of threads to use.\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue