System: Get rid of double GPU reset
This commit is contained in:
parent
628dc36e77
commit
75e9506803
|
@ -1040,8 +1040,6 @@ bool CreateGPU(GPURenderer renderer)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// we put this here rather than in Initialize() because of the virtual calls
|
|
||||||
g_gpu->Reset(true);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue