C-style cast cleanup VI

This commit is contained in:
Nekotekina 2019-12-04 01:34:23 +03:00
parent d973835bef
commit 377e7d2a73
41 changed files with 520 additions and 484 deletions

View file

@ -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));
}
}