Added some new logging values for MAME
This commit is contained in:
parent
0fcfe2af09
commit
af0c4f4d25
@ -27,7 +27,6 @@ along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>.
|
||||
#include <d3d11.h>
|
||||
#include <sapi.h>
|
||||
#include <atlcomcli.h>
|
||||
|
||||
#include "Config/PersistentValues.h"
|
||||
|
||||
// include all game header files here.
|
||||
|
@ -2406,6 +2406,14 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
RunningFFB = "NamcoFFBActive";
|
||||
}
|
||||
|
||||
char romnametext[256];
|
||||
sprintf(romnametext, "romname = %s", romname);
|
||||
helpers->log(romnametext);
|
||||
|
||||
char RunningFFBtext[256];
|
||||
sprintf(RunningFFBtext, "RunningFFB = %s", RunningFFB);
|
||||
helpers->log(RunningFFBtext);
|
||||
|
||||
if ((RunningFFB != NULL) && (RunningFFB[0] != '\0'))
|
||||
{
|
||||
RomGameName = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user