mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 22:42:22 +00:00
Fix CXX_BUILD
This commit is contained in:
parent
d410b0b734
commit
fc85cc46d1
@ -60,10 +60,6 @@ enum sound_mode_enums
|
||||
SOUND_MODE_LAST
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* retro_fail:
|
||||
* @error_code : Error code.
|
||||
@ -73,4 +69,8 @@ enum sound_mode_enums
|
||||
**/
|
||||
void retro_fail(int error_code, const char *error);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -74,7 +74,7 @@ enum rarch_input_ctl_state
|
||||
RARCH_INPUT_CTL_IS_OSK_ENABLED,
|
||||
RARCH_INPUT_CTL_SET_KEYBOARD_LINEFEED_ENABLED,
|
||||
RARCH_INPUT_CTL_UNSET_KEYBOARD_LINEFEED_ENABLED,
|
||||
RARCH_INPUT_CTL_IS_KEYBOARD_LINEFEED_ENABLED,
|
||||
RARCH_INPUT_CTL_IS_KEYBOARD_LINEFEED_ENABLED
|
||||
};
|
||||
|
||||
struct retro_keybind
|
||||
|
Loading…
x
Reference in New Issue
Block a user