mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 05:28:00 -05:00
Loader: Never forget to change is_loaded.
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string filename;
|
||||
bool is_loaded;
|
||||
bool is_loaded = false;
|
||||
};
|
||||
|
||||
} // namespace Loader
|
||||
|
Reference in New Issue
Block a user