mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Kill off some usages of the ArraySize macro.
This required the use of std::array in some cases.
This commit is contained in:
@ -27,7 +27,7 @@ struct ARCode
|
||||
|
||||
void RunAllActive();
|
||||
bool RunCode(const ARCode &arcode);
|
||||
void LoadCodes(IniFile &globalini, IniFile &localIni, bool forceLoad);
|
||||
void LoadCodes(const IniFile &globalini, const IniFile &localIni, bool forceLoad);
|
||||
void LoadCodes(std::vector<ARCode> &_arCodes, IniFile &globalini, IniFile &localIni);
|
||||
size_t GetCodeListSize();
|
||||
ARCode GetARCode(size_t index);
|
||||
|
Reference in New Issue
Block a user