mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 14:59:58 +00:00
gl_rasterizer_cache.cpp: Update from citra to yuzu
This commit is contained in:
parent
cfc28e0c1a
commit
27dbbd8227
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ void RasterizerCacheOpenGL::ValidateSurface(const Surface& surface, VAddr addr,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load data from 3DS memory
|
// Load data from Switch memory
|
||||||
FlushRegion(params.addr, params.size);
|
FlushRegion(params.addr, params.size);
|
||||||
surface->LoadGLBuffer(params.addr, params.end);
|
surface->LoadGLBuffer(params.addr, params.end);
|
||||||
surface->UploadGLTexture(surface->GetSubRect(params), read_framebuffer.handle,
|
surface->UploadGLTexture(surface->GetSubRect(params), read_framebuffer.handle,
|
||||||
|
|
Loading…
Reference in a new issue