Skip to content

Commit

Permalink
Show proper labels when GC controller is used on ports 1-4 in Wii mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bslenul committed Jun 12, 2022
1 parent 6a0b6ee commit e3d1e94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Core/DolphinLibretro/Input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,10 @@ void retro_set_controller_port_device(unsigned port, unsigned device)
case RETRO_DEVICE_NONE:
continue;

case RETRO_DEVICE_GC_ON_WII:
desc = Libretro::Input::descGC;
break;

default:
if (!SConfig::GetInstance().bWii || i > 3)
{
Expand Down

0 comments on commit e3d1e94

Please sign in to comment.