mirror of https://github.com/stella-emu/stella.git
trying to fix Libretro build failure
This commit is contained in:
parent
fe84e613ce
commit
fc162e14fb
|
@ -629,7 +629,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||||
// Send controller infos to libretro
|
// Send controller infos to libretro
|
||||||
environ_cb(RETRO_ENVIRONMENT_SET_CONTROLLER_INFO, (void*)controller_infos);
|
environ_cb(RETRO_ENVIRONMENT_SET_CONTROLLER_INFO, (void*)controller_infos);
|
||||||
// Send controller input descriptions to libretro
|
// Send controller input descriptions to libretro
|
||||||
environ_cb(RETRO_ENVIRONMENT_SET_INPUT_DESCRIPTORS, desc);
|
environ_cb(RETRO_ENVIRONMENT_SET_INPUT_DESCRIPTORS, (void*)desc);
|
||||||
|
|
||||||
if(!environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &fmt))
|
if(!environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &fmt))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue