mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-07 07:35:02 -06:00
rsx: fix some warnings
This commit is contained in:
parent
17c148d90e
commit
49548b913d
@ -374,7 +374,7 @@ namespace rsx
|
|||||||
// sync
|
// sync
|
||||||
void sync();
|
void sync();
|
||||||
flags32_t read_barrier(u32 memory_address, u32 memory_range, bool unconditional);
|
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 void sync_hint(FIFO::interrupt_hint hint, reports::sync_hint_payload_t payload);
|
||||||
virtual bool release_GCM_label(u32 /*address*/, u32 /*value*/) { return false; }
|
virtual bool release_GCM_label(u32 /*address*/, u32 /*value*/) { return false; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user