pad-linux: Update logs, db should be updated via upstream only.

This commit is contained in:
lightningterror 2021-01-20 15:40:48 +01:00
parent e3c40359d4
commit 18da716016
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ void __LogToConsole(const char* fmt, ...)
if (padLog != NULL)
vfprintf(padLog, fmt, list);
printf("OnePAD: ");
printf("PAD: ");
vprintf(fmt, list);
va_end(list);
}

View File

@ -173,9 +173,9 @@ JoystickInfo::JoystickInfo(int id)
if (m_controller == nullptr)
{
fprintf(stderr, "PAD: Joystick (%s,GUID:%s) isn't yet supported by the SDL2 game controller API\n"
"Fortunately you can use AntiMicro (https://github.com/AntiMicro/antimicro) or Steam to configure your joystick\n"
"You can use SDL2 Gamepad Tool (https://www.generalarcade.com/gamepadtool/) or Steam to configure your joystick\n"
"The mapping can be stored in PAD.ini as 'SDL2 = <...mapping description...>'\n"
"Please report it to us (https://github.com/PCSX2/pcsx2/issues) so we can add your joystick to our internal database.",
"Please post the new generated mapping to (https://github.com/gabomdq/SDL_GameControllerDB) so it can be added to the database.",
devname, guid);
#if SDL_MINOR_VERSION >= 4 // Version before 2.0.4 are bugged, JoystickClose crashes randomly