mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 22:02:25 -06:00
Silence logspam about unused parameter
This commit is contained in:
parent
ca472b6750
commit
5a85fee3f1
@ -174,7 +174,7 @@ namespace vk
|
||||
return m_handle;
|
||||
}
|
||||
|
||||
event::event(const render_device& dev, sync_domain domain)
|
||||
event::event(const render_device& dev, sync_domain /*domain*/)
|
||||
: m_device(&dev), v2(dev.get_synchronization2_support())
|
||||
{
|
||||
VkEventCreateInfo info
|
||||
|
||||
Loading…
Reference in New Issue
Block a user