From 75e950680384ce2adfee96d025995cd6b63f3256 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 24 Aug 2021 11:57:11 +1000 Subject: [PATCH] System: Get rid of double GPU reset --- src/core/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 33abe99cf..0883db38b 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -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; }