Clarify that SIGINT/SIGTERM is fine.

This commit is contained in:
Themaister 2014-05-31 14:48:29 +02:00
parent 3e3bc4fd28
commit 768e23ef4d

View File

@ -954,8 +954,11 @@ static int menu_info_screen_iterate(unsigned action)
snprintf(msg, sizeof(msg),
" -- Key to exit RetroArch cleanly."
#if !defined(RARCH_MOBILE) && !defined(RARCH_CONSOLE)
"\nKilling it in any hard way (SIGTERM, SIGKILL, \n"
"etc) will terminate without saving RAM, etc."
"\nKilling it in any hard way (SIGKILL, \n"
"etc) will terminate without saving\n"
"RAM, etc. On Unix-likes,\n"
"SIGINT/SIGTERM allows\n"
"a clean deinitialization."
#endif
);
break;