mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Reformat all the things!
This commit is contained in:
@ -93,6 +93,7 @@ public:
|
||||
|
||||
void Clear() { m_mem_checks.clear(); }
|
||||
bool HasAny() const { return !m_mem_checks.empty(); }
|
||||
|
||||
private:
|
||||
TMemChecks m_mem_checks;
|
||||
};
|
||||
|
Reference in New Issue
Block a user