mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
C-style cast cleanup VI
This commit is contained in:
parent
d973835bef
commit
377e7d2a73
41 changed files with 520 additions and 484 deletions
|
@ -136,7 +136,7 @@ namespace rsx
|
|||
m_list->select_next(10);
|
||||
break;
|
||||
default:
|
||||
LOG_TRACE(RSX, "[ui] Button %d pressed", (u8)button_press);
|
||||
LOG_TRACE(RSX, "[ui] Button %d pressed", static_cast<u8>(button_press));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue