VideoCommon:FramebufferManager: Cleanup

This commit is contained in:
Robin Kertels 2022-11-04 01:18:01 +01:00
parent 371935d61e
commit 0e02ddcf52
No known key found for this signature in database
GPG key ID: 3824904F14D40757
2 changed files with 36 additions and 56 deletions

View file

@ -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;
};