mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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;
|
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())
|
: m_device(&dev), v2(dev.get_synchronization2_support())
|
||||||
{
|
{
|
||||||
VkEventCreateInfo info
|
VkEventCreateInfo info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue