mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-23 05:19:18 +01:00
Mark all dirty resources as dirty initially
This commit is contained in:
parent
abfa5929f1
commit
fe51db366b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user