mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Clarify that SIGINT/SIGTERM is fine.
This commit is contained in:
parent
3e3bc4fd28
commit
768e23ef4d
@ -954,8 +954,11 @@ static int menu_info_screen_iterate(unsigned action)
|
|||||||
snprintf(msg, sizeof(msg),
|
snprintf(msg, sizeof(msg),
|
||||||
" -- Key to exit RetroArch cleanly."
|
" -- Key to exit RetroArch cleanly."
|
||||||
#if !defined(RARCH_MOBILE) && !defined(RARCH_CONSOLE)
|
#if !defined(RARCH_MOBILE) && !defined(RARCH_CONSOLE)
|
||||||
"\nKilling it in any hard way (SIGTERM, SIGKILL, \n"
|
"\nKilling it in any hard way (SIGKILL, \n"
|
||||||
"etc) will terminate without saving RAM, etc."
|
"etc) will terminate without saving\n"
|
||||||
|
"RAM, etc. On Unix-likes,\n"
|
||||||
|
"SIGINT/SIGTERM allows\n"
|
||||||
|
"a clean deinitialization."
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user