mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix reseved -> reserved typo.
This commit is contained in:
parent
fce0a1efa1
commit
d6baac6fbe
3 changed files with 8 additions and 8 deletions
|
|
@ -272,7 +272,7 @@ public:
|
|||
virtual bool Unreserve(u32 size);
|
||||
|
||||
// Return the total amount of reserved memory
|
||||
virtual u32 GetResevedAmount();
|
||||
virtual u32 GetReservedAmount();
|
||||
|
||||
virtual bool Read8(const u64 addr, u8* value);
|
||||
virtual bool Read16(const u64 addr, u16* value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue