wizzomafizzo / tapto

Launch games using physical objects
GNU General Public License v3.0
64 stars 9 forks source link

exit_game should not relaunch the menu if no game was launched #25

Closed wizzomafizzo closed 1 month ago

wizzomafizzo commented 4 months ago

If exit_game is enabled, once a card is removed, it will relaunch the menu core ("exit the core") no matter what command the card has launched. This is awkward if you have the option enabled, scan a card which launches a shell command only, then it will restart the menu core for no reason afterwards.

During the processing of commands the cmdenv state should track if a core or game launch has occurred, and only launch the menu core if so.

asturur commented 4 months ago

i can try to take this if you are not working on it already

wizzomafizzo commented 4 months ago

i am not working on it!

asturur commented 1 month ago

this is solved