mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Silence logspam about unused parameter
This commit is contained in:
parent
ca472b6750
commit
5a85fee3f1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue