mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 15:20:17 +01:00
rsx: fix some warnings
This commit is contained in:
parent
17c148d90e
commit
49548b913d
|
|
@ -374,7 +374,7 @@ namespace rsx
|
|||
// sync
|
||||
void sync();
|
||||
flags32_t read_barrier(u32 memory_address, u32 memory_range, bool unconditional);
|
||||
virtual void write_barrier(u32 memory_address, u32 memory_range) {}
|
||||
virtual void write_barrier(u32 /*memory_address*/, u32 /*memory_range*/) {}
|
||||
virtual void sync_hint(FIFO::interrupt_hint hint, reports::sync_hint_payload_t payload);
|
||||
virtual bool release_GCM_label(u32 /*address*/, u32 /*value*/) { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue