mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 17:36:30 -05:00
Loader: Never forget to change is_loaded.
This commit is contained in:
@@ -215,7 +215,7 @@ private:
|
||||
|
||||
std::string filename;
|
||||
|
||||
bool is_loaded;
|
||||
bool is_loaded = false;
|
||||
bool is_compressed;
|
||||
|
||||
u32 entry_point;
|
||||
|
Reference in New Issue
Block a user