mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 12:45:21 +02:00
Headless: Cleanup unused/leak warnings.
This commit is contained in:
@@ -580,7 +580,7 @@ public:
|
||||
u32 currentMipscallId = -1;
|
||||
SceUID currentCallbackId = -1;
|
||||
|
||||
PSPThreadContext context;
|
||||
PSPThreadContext context{};
|
||||
KernelThreadDebugInterface debug;
|
||||
|
||||
std::vector<SceUID> callbacks;
|
||||
|
||||
Reference in New Issue
Block a user