mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
rsx: make some functions const
This commit is contained in:
parent
1c7850de17
commit
461862be46
8 changed files with 19 additions and 20 deletions
|
|
@ -27,7 +27,7 @@ namespace rsx
|
|||
|
||||
TIU_slot& operator[](u32 index) { return slots_[index]; }
|
||||
|
||||
void write_to(void* dst, u16 mask);
|
||||
void write_to(void* dst, u16 mask) const;
|
||||
void load_from(const void* src, u16 mask);
|
||||
|
||||
static void masked_transfer(void* dst, const void* src, u16 mask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue