mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 11:07:48 +00:00
gl_framebuffer_cache: Use a hashed struct to cache framebuffers
This commit is contained in:
parent
4298dc8290
commit
32e588df63
6 changed files with 148 additions and 62 deletions
|
@ -133,7 +133,7 @@ public:
|
|||
return {};
|
||||
}
|
||||
|
||||
if (regs.color_mask[index].raw != 0) {
|
||||
if (regs.color_mask[index].raw == 0) {
|
||||
SetEmptyColorBuffer(index);
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue