mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 00:01:45 +00:00
VideoCommon:FramebufferManager: Cleanup
This commit is contained in:
parent
371935d61e
commit
0e02ddcf52
2 changed files with 36 additions and 56 deletions
|
@ -135,7 +135,8 @@ protected:
|
|||
std::unique_ptr<AbstractPipeline> copy_pipeline;
|
||||
std::vector<EFBCacheTile> tiles;
|
||||
bool out_of_date;
|
||||
bool valid;
|
||||
bool has_active_tiles;
|
||||
bool needs_refresh;
|
||||
bool needs_flush;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue