mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
VideoCommon:FramebufferManager: Cleanup
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user