mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Another fix for SDL build, not seen by win32 build (no whatsnew)
This commit is contained in:
parent
09b83b1c61
commit
da5fb6dd0d
@ -105,7 +105,7 @@ static void sdloutput_exit(running_machine &machine)
|
||||
{
|
||||
if (output != NULL)
|
||||
{
|
||||
fprintf(output, "MAME " PID_FMT " STOP %s\n", osd_getpid(), machine.m_game.name);
|
||||
fprintf(output, "MAME " PID_FMT " STOP %s\n", osd_getpid(), machine.system().name);
|
||||
fflush(output);
|
||||
fclose(output);
|
||||
output = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user