mirror of https://github.com/mgba-emu/mgba.git
Feature: Fix (unused) mVideoProxyBackendRun with block=true
This commit is contained in:
parent
237d502404
commit
f13a087b04
|
@ -229,7 +229,7 @@ bool mVideoProxyBackendRun(struct mVideoProxyBackend* proxy, bool block) {
|
||||||
}
|
}
|
||||||
ok = true;
|
ok = true;
|
||||||
}
|
}
|
||||||
} while (block);
|
} while (block && !ok);
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue