mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Changed the CEC device name to 'ES-DE'.
This commit is contained in:
parent
14964603d0
commit
0e90db382c
|
@ -114,7 +114,7 @@ CECInput::CECInput()
|
|||
callbacks.keyPress = &onKeyPress;
|
||||
callbacks.logMessage = &onLogMessage;
|
||||
|
||||
sprintf(config.strDeviceName, "RetroPie ES");
|
||||
sprintf(config.strDeviceName, "ES-DE");
|
||||
config.clientVersion = CEC::LIBCEC_VERSION_CURRENT;
|
||||
config.bActivateSource = 0;
|
||||
config.callbacks = &callbacks;
|
||||
|
|
Loading…
Reference in a new issue