Skip to content

Commit

Permalink
Wait a little before enabling camera save states
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin9doi committed Jan 15, 2020
1 parent aece5fd commit f276b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceKernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!
}
Expand Down

0 comments on commit f276b3c

Please sign in to comment.