Update Applewin.cpp

This commit is contained in:
dabonetn 2015-11-03 13:29:49 -05:00
parent c26ee49610
commit 91fb612b16

View File

@ -353,7 +353,8 @@ void EnterMessageLoop ()
if (joyexitenable)
{
CheckJoyExit();
if (joyquitevent) {
if (joyquitevent)
{
if(g_fh)
{
fprintf(g_fh,"*** Logging ended\n\n");
@ -366,11 +367,9 @@ void EnterMessageLoop ()
// CURL routines
curl_easy_cleanup(g_curl);
curl_global_cleanup();
//
printf("Linapple: successfully exited!\n");
std::_Exit(0);
}
}
if (g_bFullSpeed)