rsx: make some functions const

This commit is contained in:
Megamouse 2024-06-10 23:05:14 +02:00
parent 1c7850de17
commit 461862be46
8 changed files with 19 additions and 20 deletions

View file

@ -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);