mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-27 17:31:31 +00:00
[TEST] Refinements on RAII
This commit is contained in:
@@ -969,7 +969,7 @@ void TextureCache<P>::CommitAsyncFlushes() {
|
||||
|
||||
template <class P>
|
||||
void TextureCache<P>::PopAsyncFlushes() {
|
||||
FlushEvictionDownloads();
|
||||
TickEvictionDownloads(runtime.CompletedSyncPoint());
|
||||
if (committed_downloads.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user