diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index 5b7a2102f1..874a4dd128 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -15,6 +15,7 @@ #include "Core/HLE/sceGe.h" GPUCommon::GPUCommon() : + nextListID(0), currentList(NULL), isbreak(false), drawCompleteTicks(0), @@ -202,8 +203,7 @@ u32 GPUCommon::EnqueueList(u32 listpc, u32 stall, int subIntrBase, PSPPointer DisplayListQueue; + int nextListID; DisplayList dls[DisplayListMaxCount]; DisplayList *currentList; DisplayListQueue dlQueue;