mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 00:02:31 +00:00
(input) Get rid of remaining unused global pointers
This commit is contained in:
parent
403e32ca5f
commit
2f9e8b44e3
@ -124,7 +124,6 @@ static void ps3_joypad_poll(void)
|
|||||||
{
|
{
|
||||||
unsigned port;
|
unsigned port;
|
||||||
CellPadInfo2 pad_info;
|
CellPadInfo2 pad_info;
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
cellPadGetInfo2(&pad_info);
|
cellPadGetInfo2(&pad_info);
|
||||||
|
|
||||||
|
@ -135,7 +135,6 @@ static void xdk_joypad_poll(void)
|
|||||||
#ifdef _XBOX1
|
#ifdef _XBOX1
|
||||||
unsigned int dwInsertions, dwRemovals;
|
unsigned int dwInsertions, dwRemovals;
|
||||||
#endif
|
#endif
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
#if defined(_XBOX1)
|
#if defined(_XBOX1)
|
||||||
XGetDeviceChanges(XDEVICE_TYPE_GAMEPAD,
|
XGetDeviceChanges(XDEVICE_TYPE_GAMEPAD,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user