Mark all dirty resources as dirty initially

This commit is contained in:
Billy Laws 2022-09-14 21:54:33 +01:00
parent abfa5929f1
commit fe51db366b

View File

@ -199,7 +199,7 @@ namespace skyline::dirty {
class ManualDirtyState {
private:
T value; //!< The underlying object
bool dirty{}; //!< Whether the value is dirty
bool dirty{true}; //!< Whether the value is dirty
/**
* @return An opaque handle that can be used to modify dirty state