mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
Disable -createcdflac for now. The CHDs produced are not
compatible with existing v4 CHD readers, so I don't want these out in the wild. We will need a version bump to add this support properly. I'll tackle this next (after fixing recent regressions).
This commit is contained in:
parent
ed0207f126
commit
48a2c8260d
@ -3410,7 +3410,7 @@ int CLIB_DECL main(int argc, char *argv[])
|
||||
{ "-createuncomphd", do_createhd_uncomp, 0 },
|
||||
{ "-createraw", do_createraw, 0 },
|
||||
{ "-createcd", do_createcd, 0 },
|
||||
{ "-createcdflac", do_createcd, 1 },
|
||||
// { "-createcdflac", do_createcd, 1 },
|
||||
{ "-createblankhd", do_createblankhd, 0 },
|
||||
{ "-createav", do_createav, 0 },
|
||||
{ "-copydata", do_copydata, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user