I had a question I was hoping someone could answer:
I’m working on an overlay similar to the Immersive overlay for use on my Nvidia Shield. I read on the Overlay Image Configuration page that it is possible to trigger multiple buttons with a command similar to:
overlay0_desc0 = "left|up,32,64,radial,10,20"
I tried doing something similar to this with
overlay0_desc0 = "overlay_next|pause_toggle,..."
Because I would like to try having the game pause when the menu comes up. However, the behavior seems awkward. Sometimes the menu comes up, sometimes it pauses, but never both and I don’t understand why. I’ve tried reversing the order and that doesn’t seem to help either. Is it possible to do what I would like? Am I missing something with the syntax?