Author Topic: AM Active in Background (Singe 2.0)  (Read 2055 times)

tomnjerry74

  • Newbie
  • *
  • Posts: 4
    • View Profile
AM Active in Background (Singe 2.0)
« on: January 26, 2021, 12:09:56 PM »
Hello everyone,

I recently set up singe 2.0, using an emulator config that looks like this:
Code: [Select]
executable           CMD
args                 /c "[romfilename]"
workdir              $PROGDIR/emulators/singe 2.00/
rompath              $PROGDIR/emulators/singe 2.00/
romext               .bat

A sample .bat file for the games looks like this:
Code: [Select]
@start Singe-v2.00-Windows-x86_64.exe -k -w -z -d data -v Maddog_McCree_Singe_2/Video/maddog.mp4 Maddog_McCree_Singe_2/Script/maddog.singe
The problem is, whenever I start a game in AM, the game starts but AM doesn't sleep in the background. This means theme videos are playing in the background while trying to play the actual game. Does anyone know of a solution?

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: AM Active in Background (Singe 2.0)
« Reply #1 on: January 31, 2021, 02:23:17 AM »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

tomnjerry74

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: AM Active in Background (Singe 2.0)
« Reply #2 on: January 31, 2021, 05:19:27 AM »
Try non-blocking mode wait

Thank you so much for the response. Setting to 1 worked perfectly.