chusan: fixed dipsw settings, added aimeio DLL loading

This commit is contained in:
2023-12-17 19:43:00 +01:00
parent 1cbc33d97d
commit ad154a83e5
5 changed files with 63 additions and 14 deletions

View File

@ -18,6 +18,7 @@ struct aime_dll {
struct aime_dll_config {
wchar_t path[MAX_PATH];
bool path64;
};
extern struct aime_dll aime_dll;