mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue