mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-27 01:50:21 +00:00
Cleanups
This commit is contained in:
parent
4c2bd58fb3
commit
3a545bb074
@ -1671,11 +1671,6 @@ unsigned retro_api_version(void)
|
|||||||
|
|
||||||
void retro_set_controller_port_device(unsigned in_port, unsigned device)
|
void retro_set_controller_port_device(unsigned in_port, unsigned device)
|
||||||
{
|
{
|
||||||
MDFNGI *currgame = (MDFNGI*)game;
|
|
||||||
|
|
||||||
if (!currgame)
|
|
||||||
return;
|
|
||||||
|
|
||||||
switch(device)
|
switch(device)
|
||||||
{
|
{
|
||||||
case RETRO_DEVICE_JOYPAD:
|
case RETRO_DEVICE_JOYPAD:
|
||||||
|
Loading…
Reference in New Issue
Block a user