mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-07 10:23:53 +00:00
gl_framebuffer_cache: Use a hashed struct to cache framebuffers
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
return {};
|
||||
}
|
||||
|
||||
if (regs.color_mask[index].raw != 0) {
|
||||
if (regs.color_mask[index].raw == 0) {
|
||||
SetEmptyColorBuffer(index);
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user