mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 21:47:06 +02:00
Revert "test another change"
This commit is contained in:
parent
85d2f62d7e
commit
abca69759f
1 changed files with 1 additions and 2 deletions
|
|
@ -1443,8 +1443,7 @@ void QueryCacheRuntime::HostConditionalRenderingCompareBCImpl(DAddr address, boo
|
||||||
const u32 resolve_size = compare_to_zero ? 8 : 24;
|
const u32 resolve_size = compare_to_zero ? 8 : 24;
|
||||||
{
|
{
|
||||||
std::scoped_lock lk(impl->buffer_cache.mutex);
|
std::scoped_lock lk(impl->buffer_cache.mutex);
|
||||||
const auto sync_info = compare_to_zero ? VideoCommon::ObtainBufferSynchronize::FullSynchronize
|
const auto sync_info = VideoCommon::ObtainBufferSynchronize::FullSynchronize;
|
||||||
: VideoCommon::ObtainBufferSynchronize::NoSynchronize;
|
|
||||||
const auto post_op = VideoCommon::ObtainBufferOperation::DoNothing;
|
const auto post_op = VideoCommon::ObtainBufferOperation::DoNothing;
|
||||||
const auto [buffer, offset] =
|
const auto [buffer, offset] =
|
||||||
impl->buffer_cache.ObtainCPUBuffer(address, resolve_size, sync_info, post_op);
|
impl->buffer_cache.ObtainCPUBuffer(address, resolve_size, sync_info, post_op);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue