mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
InputCommon: replace SerialInterface log with ControllerInterface
where appropriate. SerialInterface was a leftover from the past, and makes no sense to be used on actual/real controllers.
This commit is contained in:
@ -20,6 +20,7 @@ enum LOG_TYPE
|
||||
COMMANDPROCESSOR,
|
||||
COMMON,
|
||||
CONSOLE,
|
||||
CONTROLLERINTERFACE,
|
||||
CORE,
|
||||
DISCIO,
|
||||
DSPHLE,
|
||||
|
Reference in New Issue
Block a user