libretro: Refactor reading controller type
authorAdrien Plazas <kekun.plazas@laposte.net>
Fri, 29 Jul 2016 17:23:29 +0000 (19:23 +0200)
committerAdrien Plazas <kekun.plazas@laposte.net>
Fri, 29 Jul 2016 17:23:29 +0000 (19:23 +0200)
commit8136cafb75203da58874df9af36c19cac06f715d
tree87818d662505b1231cccba46898bf7eafab7484d
parent41ad29beb13d815c2cfa9abb3fc8e87f80e7370e
libretro: Refactor reading controller type

Refactor the way the controller type variables are read as we were doing
8 times almost exactly the same thing.

This makes the code more readable and maintainable.
frontend/libretro.c