mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Oops
This commit is contained in:
parent
d1e354ce04
commit
f39aa47e9b
@ -155,7 +155,6 @@ static int sceUsbCamReadVideoFrameBlocking(u32 bufAddr, u32 size) {
|
||||
}
|
||||
|
||||
static int sceUsbCamReadVideoFrame(u32 bufAddr, u32 size) {
|
||||
ERROR_LOG(HLE, "%s", winCamera->getErrorMessage().c_str());
|
||||
std::lock_guard<std::mutex> lock(videoBufferMutex);
|
||||
u32 transferSize = std::min(videoBufferLength, size);
|
||||
if (Memory::IsValidRange(bufAddr, size)) {
|
||||
|
Loading…
Reference in New Issue
Block a user