mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
vk: Get rid of some spammy debug code
This commit is contained in:
parent
68d1c38f3b
commit
2f9e1cf4df
2 changed files with 2 additions and 5 deletions
|
|
@ -691,7 +691,7 @@ namespace vk
|
|||
rsx_log.notice("%u extensions loaded:", ::size32(requested_extensions));
|
||||
for (const auto& ext : requested_extensions)
|
||||
{
|
||||
rsx_log.always()("** Using %s", ext);
|
||||
rsx_log.notice("** Using %s", ext);
|
||||
}
|
||||
|
||||
// Initialize queues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue