It works! Thank you for the really fast fix
Now there is only one issue left for us cabinet users...
Jpac uses P1 button as 'shift' function
If you keep pressed P1, then you press P2, jpac send a 'Esc' key to the pc
Unfortunately, when I press (and keep pressed) P1 I hear 'launching game', and the game starts
I think the application is using the keydown event, but should use keyup (discarding it if another kay was pressed in between events)
This is how it works now:
P1 keydown: game launches
P2 keydown: exit dialog appears (or game appears, if you're not fast enough!)
P2 keyup: -
P1 keyup: -
How I think it should work:
P1 keydown: -
P2 keydown: -
P2 keyup: exit dialog shows
P1 keyup: discarded (there was another keyup in between)
That would make mGalaxy perfect for cabinets!
Finally, a request for a new feature :-)
I keep my roms organized in subfolders, ie:
roms/Old Classics (80s)
roms/Recent (90s)
roms/Racing Games
roms/Horizontal shoot'em ups
but mGalaxy reads available roms in roms/ only
Ideally, I'd like to have a two level menĂ¹ built on that directory structure
Using previous example, four lists with a 'category name' on top, using Tilde and P keys to switch list
If source code was available, I'd try to do it myself (I know this request is tailored to my needs)
If that's not possible, may I ask you to at least recurse subdirectories of roms/ when you search for available files?
Thank you again, and sorry for the long post
Keep the good work, I like mGalaxy a lot
Bye
Mario