mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Hopefully fix iOS build
This commit is contained in:
parent
197f6a7763
commit
0eeb0b37b1
@ -2141,6 +2141,9 @@ struct rarch_state
|
|||||||
rarch_system_info_t runloop_system; /* ptr alignment */
|
rarch_system_info_t runloop_system; /* ptr alignment */
|
||||||
struct retro_hw_render_callback hw_render; /* ptr alignment */
|
struct retro_hw_render_callback hw_render; /* ptr alignment */
|
||||||
const input_device_driver_t *joypad; /* ptr alignment */
|
const input_device_driver_t *joypad; /* ptr alignment */
|
||||||
|
#ifdef HAVE_MFI
|
||||||
|
const input_device_driver_t *sec_joypad; /* ptr alignment */
|
||||||
|
#endif
|
||||||
#ifdef HAVE_BSV_MOVIE
|
#ifdef HAVE_BSV_MOVIE
|
||||||
bsv_movie_t *bsv_movie_state_handle; /* ptr alignment */
|
bsv_movie_t *bsv_movie_state_handle; /* ptr alignment */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user