Headless: Cleanup unused/leak warnings.

This commit is contained in:
Unknown W. Brackets
2022-08-07 12:10:17 -07:00
parent 929266cc9e
commit 5246d901ce
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ public:
u32 currentMipscallId = -1;
SceUID currentCallbackId = -1;
PSPThreadContext context;
PSPThreadContext context{};
KernelThreadDebugInterface debug;
std::vector<SceUID> callbacks;