mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Using unbuffered I/O anyway
This commit is contained in:
parent
743550d4c3
commit
4157688db6
@ -383,9 +383,6 @@ file_error osd_fflush(osd_file *file)
|
||||
switch (file->type)
|
||||
{
|
||||
case SDLFILE_FILE:
|
||||
result = fflush(file->handle);
|
||||
if (result == EOF)
|
||||
return error_to_file_error(errno);
|
||||
return FILERR_NONE;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user