mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
General: Apply the const specifier where applicable
This commit is contained in:
parent
7506c386cf
commit
b0613bb1c8
39 changed files with 75 additions and 75 deletions
|
@ -38,7 +38,7 @@ namespace Gecko
|
|||
bool user_defined;
|
||||
|
||||
bool Compare(GeckoCode compare) const;
|
||||
bool Exist(u32 address, u32 data);
|
||||
bool Exist(u32 address, u32 data) const;
|
||||
};
|
||||
|
||||
void SetActiveCodes(const std::vector<GeckoCode>& gcodes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue