mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
More asterisks
This commit is contained in:
parent
78aa398e7c
commit
3e283ea9f1
33 changed files with 140 additions and 140 deletions
|
@ -21,7 +21,7 @@ private:
|
|||
virtual void PoisonMemory() = 0;
|
||||
|
||||
protected:
|
||||
u8 *region;
|
||||
u8* region;
|
||||
size_t region_size;
|
||||
size_t parent_region_size;
|
||||
|
||||
|
@ -68,7 +68,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
bool IsInSpace(u8 *ptr) const
|
||||
bool IsInSpace(u8* ptr) const
|
||||
{
|
||||
return (ptr >= region) && (ptr < (region + region_size));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue