-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mame adds "0" to end of the file extension with "-snapview native" enabled #10005
Comments
Remember What if you just use |
Thank you, I'll use other modes then.
Using |
I’ll look at this later. It’s not top priority, but it should still be addressed. |
Thanks. |
Include device tag in memory view save item registration names. Without this, instantiating two of the same device (or two devices with identically named memory views) causes a fatal error on start. Fixed -aviwrite/-mngwrite with -snapview native more than two screens. Previously it would attempt to use the same file name for all screens but the first. Improved naming of snapshots, especially when using -snapview native with -aviwrite/-mngwrite (see GitHub #10005). The automatically included screen number should come before the extension if supplied. Also, assume that users actually know what they’re doing if they include a dot in a snapshot filename pattern.
Fixed in 875ee33. For a system with a single screen (or no screens), it will produce |
Thank you. |
mame:
0.244 (mame0244-430-g5d31d021d23)
OS: Windows 10 21H2
command:
mame sf2 -snapview native -aviwrite test.avi
The result is a filename
test.avi0
, removing-snapview native
it creates the correcttest.avi
. The other modes (auto
,internal
,pixel
) causes no issues.The text was updated successfully, but these errors were encountered: