System: Get rid of double GPU reset

This commit is contained in:
Connor McLaughlin 2021-08-24 11:57:11 +10:00
parent 628dc36e77
commit 75e9506803

View file

@ -1040,8 +1040,6 @@ bool CreateGPU(GPURenderer renderer)
return false;
}
// we put this here rather than in Initialize() because of the virtual calls
g_gpu->Reset(true);
return true;
}