diff --git a/Core/HLE/sceKernel.cpp b/Core/HLE/sceKernel.cpp index aec23f34b642..bdd2d45aeba7 100644 --- a/Core/HLE/sceKernel.cpp +++ b/Core/HLE/sceKernel.cpp @@ -276,7 +276,7 @@ void __KernelDoState(PointerWrap &p) __VideoPmpDoState(p); __AACDoState(p); __UsbGpsDoState(p); - __UsbCamDoState(p); + // __UsbCamDoState(p); // not yet ;D // IMPORTANT! Add new sections last! }