mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops
This commit is contained in:
parent
d1e354ce04
commit
f39aa47e9b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue