mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Kill lots of old outdated comments. Some new comments added. Misc style fixes. No effect on emulation.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@894 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -26,13 +26,7 @@ struct ARCode {
|
||||
bool active;
|
||||
};
|
||||
|
||||
extern std::vector<ARCode> arCodes;
|
||||
|
||||
void ActionReplayRunAllActive();
|
||||
void RunActionReplayCode(const ARCode &arcode, bool nowIsBootup);
|
||||
void LoadActionReplayCodes(IniFile &ini);
|
||||
void DoARSubtype_RamWriteAndFill();
|
||||
void DoARSubtype_WriteToPointer();
|
||||
void DoARSubtype_AddCode();
|
||||
void DoARSubtype_MasterCodeAndWriteToCCXXXXXX();
|
||||
void DoARSubtype_Other();
|
||||
|
||||
|
Reference in New Issue
Block a user