Warning fixes and stuff

This commit is contained in:
Henrik Rydgard
2013-08-30 20:14:16 +02:00
parent bf6f8b6afb
commit 0d0b43818c
8 changed files with 35 additions and 39 deletions
+1 -1
View File
@@ -1144,7 +1144,7 @@ void sceKernelStartModule(u32 moduleId, u32 argsize, u32 argAddr, u32 returnValu
u32 stacksize = 0x40000;
u32 attr = 0;
int stackPartition = 0;
SceKernelSMOption smoption;
SceKernelSMOption smoption = {0};
if (optionAddr) {
Memory::ReadStruct(optionAddr, &smoption);
}