mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 18:22:26 -07:00
video_core: The draw manager manages whether Clear is required.
This commit is contained in:
@@ -138,9 +138,6 @@ void RasterizerOpenGL::LoadDiskResources(u64 title_id, std::stop_token stop_load
|
||||
|
||||
void RasterizerOpenGL::Clear(u32 layer_count) {
|
||||
MICROPROFILE_SCOPE(OpenGL_Clears);
|
||||
if (!maxwell3d->ShouldExecute()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const auto& regs = maxwell3d->regs;
|
||||
bool use_color{};
|
||||
|
Reference in New Issue
Block a user