FBNeo
FBNeo copied to clipboard
Cannot export the rom dat information of the specified game
The "Command Line" section of the help document says
But only -listinfo parameters can be used, if and specific game name ,The program will launch the game directly instead of exporting its information.for example:
fbneo sf2 -listinfo >rom.dat
Only the following parameters are supported: "-listinfo" "-listinfomdonly" "-listinfopceonly" "-listinfotg16only" "-listinfosgxonly" "-listinfosg1000only" "-listinfocolecoonly" "-listinfosmsonly" "-listinfoggonly" "-listinfomsxonly" "-listinfospectrumonly" "-listinfonesonly" "-listinfofdsonly" "-listinfongponly" "-listinfochannelfonly" "-listextrainfo"
Can FBneo implement the function of exporting a specific game or a specific driver? This is useful in some situations
If you wish, you can write code to add functionality by referring to the [write_datfile] function, which is located in burner/win32/main.cpp & burner/dat.cpp
Can FBneo implement the function of exporting a specific game or a specific driver? This is useful in some situations
@crashGG https://github.com/finalburnneo/FBNeo/commit/90d34af55396c0e9443cb2cd1243360ee7d99bb2 added the sourcefile attribute to our dat files. More information on how to make use of it at https://neo-source.com/index.php?topic=2487.msg35582#msg35582