From 05f12b49485505326a40f061f1e6c0daf6fdaa72 Mon Sep 17 00:00:00 2001 From: Sour Date: Sun, 20 Jan 2019 00:37:08 -0500 Subject: [PATCH] Libretro: Fixed build error --- Libretro/libretro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libretro/libretro.cpp b/Libretro/libretro.cpp index e48caabe..dd3915cf 100644 --- a/Libretro/libretro.cpp +++ b/Libretro/libretro.cpp @@ -840,7 +840,7 @@ extern "C" { if(romInfo.IsInDatabase || romInfo.IsNes20Header) { _console->GetSettings()->InitializeInputDevices(romInfo.InputType, romInfo.System, true); } else { - _console->GetSettings()->InitializeInputDevices(GameInputType::Default, GameSystem::NesNtsc, true); + _console->GetSettings()->InitializeInputDevices(GameInputType::StandardControllers, GameSystem::NesNtsc, true); } for(int port = 0; port < 5; port++) {