pub unsafe fn set_message(
callback: retro_environment_t,
message: &str,
frames: u32,
) -> boolExpand description
Sets a message to be displayed in implementation-specific manner
for a certain amount of ‘frames’.
Should not be used for trivial messages, which should simply be
logged via RETRO_ENVIRONMENT_GET_LOG_INTERFACE (or as a
fallback, stderr).