mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-27 00:34:20 +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 {
|
class ManualDirtyState {
|
||||||
private:
|
private:
|
||||||
T value; //!< The underlying object
|
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
|
* @return An opaque handle that can be used to modify dirty state
|
||||||
|
Loading…
Reference in New Issue
Block a user