mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed stupid error in the recent D3D fix.
This commit is contained in:
parent
2b7778f089
commit
a676fdc0ba
@ -752,7 +752,7 @@ try_again:
|
||||
{
|
||||
d3d->create_error_count++;
|
||||
if (d3d->create_error_count < 10)
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// fatal error if we just can't do it
|
||||
|
Loading…
Reference in New Issue
Block a user