controller automation to exit game does not return to parent batch file

Issue #1650 new
Carl Paulino created an issue

I run daphne games with a batch file. the first part launches Xpadder, then i launch the game with the emulator, and finally i run taskkill to exit Xpadder. This works great as a platform level tweak, but it seems this only works when pressing the keyboard escape key. i use xbox360 and controller automation to exit out of games also. the xbox360 will indeed escape out of the daphne game but it seems to do it in a way that does not return back to the batch file to run the last line. i just tested this to be sure. i add this to the end of the batch file: echo %time% > r:\test.txt the only time test.txt gets created is when i exit the game by keyboard escape key. if i use xbox360 automation escape, the file never gets created. is it expected that the automation escape/exit would not return to the parent or the batch file to run the last or remaining lines? seems like a bug.

Comments (0)

  1. Log in to comment