mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 23:07:56 -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