Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are horribly slow, and conflict when one is a prefix of another.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
|
||||
Log_SetChannel(PlayStationMouse);
|
||||
LOG_CHANNEL(PlayStationMouse);
|
||||
|
||||
static constexpr std::array<u8, static_cast<size_t>(PlayStationMouse::Binding::ButtonCount)> s_button_indices = {
|
||||
{11, 10}};
|
||||
|
||||
Reference in New Issue
Block a user