i want record the gameplay movie but this warning is show game video. (sorry, my english is very bad)
how deleted this warning?

Code: Select all
if (message != NULL)
popmessage("Playback Ended\nReason: %s", message);
Thanks, i must using which program for edit mame source code? And where is this place, i cant findPugsy wrote:You can try this but you will need to edit the source code and build your own MAME.
In "src\emu\ioport.c" @ line 3423, delete the following two lines:-
Code: Select all
if (message != NULL) popmessage("Playback Ended\nReason: %s", message);
Tafoid wrote:Pugsy is saying you need to be adjust the MAME source files and be able to compile your own (or have someone do it for you) in order to have the adjustments you want. You cannot use your existing binaries of MAMEUIFX and make changes to the .exe file. Maybe if you ask for support at UIFX's forum, you might get help.