Core: Pass several parameters by const reference

This commit is contained in:
Lioncash 2015-06-04 14:06:22 -04:00
parent 98ed5881ab
commit d9b51f74be
9 changed files with 16 additions and 16 deletions

View file

@ -36,7 +36,7 @@ namespace Gecko
bool enabled;
bool user_defined;
bool Compare(GeckoCode compare) const;
bool Compare(const GeckoCode& compare) const;
bool Exist(u32 address, u32 data) const;
};