This commit is contained in:
parent
6f1def2d0a
commit
e59981cf94
18 changed files with 139 additions and 87 deletions
|
@ -124,6 +124,7 @@ static void EnableASync(bool f) {ASyncFlag=f;}
|
|||
static void AddASyncFile(FileEquate file,u8 *Dst);
|
||||
static void LoadASyncFiles();
|
||||
|
||||
static void setLogging(bool f) {LogFlag=f;}
|
||||
private:
|
||||
static void CheckChunk();
|
||||
|
||||
|
@ -137,6 +138,7 @@ static DataBankEquate CurrentDataBank;
|
|||
static sFAT *MainFAT;
|
||||
static sASyncQueue ASyncQueue;
|
||||
static bool ASyncFlag;
|
||||
static bool LogFlag;
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue