mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Revert "Fix warnings"
This reverts commit 8d67d5175e198bf8d1cc607ecbf2290fbab6a83b.
This commit is contained in:
parent
8d67d5175e
commit
f089fff42f
@ -787,6 +787,7 @@ static bool btstack_hid_joypad_rumble(void *data, unsigned pad,
|
||||
|
||||
static int16_t btstack_hid_joypad_axis(void *data, unsigned port, uint32_t joyaxis)
|
||||
{
|
||||
btstack_hid_t *hid = (btstack_hid_t*)data;
|
||||
int16_t val = 0;
|
||||
|
||||
if (joyaxis == AXIS_NONE)
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <AvailabilityMacros.h>
|
||||
#import <GameController/GameController.h>
|
||||
|
||||
#include "../input_hid_driver.h"
|
||||
#include "../drivers/cocoa_input.h"
|
||||
#include "../connect/joypad_connection.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user