Skip to content

Commit

Permalink
Display asset loading as a Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Dec 16, 2024
1 parent 20d81f5 commit 6d56332
Show file tree
Hide file tree
Showing 12 changed files with 1,283 additions and 505 deletions.
3 changes: 3 additions & 0 deletions src/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ namespace config
float ratioVertical = 0.5625f;
float ratioHorizontal = 1.7777778f;
bool allowStart = true;
Il2CppObject* fontAssets = nullptr;
vector<Il2CppObject*> replaceAssets;
vector<wstring> replaceAssetNames;
}

void read_config_init()
Expand Down
3 changes: 3 additions & 0 deletions src/config/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ namespace config
extern float ratioVertical;
extern float ratioHorizontal;
extern bool allowStart;
extern Il2CppObject* fontAssets;
extern vector<Il2CppObject*> replaceAssets;
extern vector<wstring> replaceAssetNames;
}

void read_config_init();
Expand Down
Loading

0 comments on commit 6d56332

Please sign in to comment.