![]() |
Block remote stop button with a dialog - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: Block remote stop button with a dialog (/showthread.php?tid=261158) |
Block remote stop button with a dialog - EMK0 - 2016-02-24 We need something like a "are you sure you want to close your game?" or ask if we want to make a save state etc, because right now if you press stop on a remote it closes the game instantly. RE: Block remote stop button with a dialog - natethomas - 2016-02-24 +1. This will become less of an issue once save states are automatic, as then it'll be just like auto-resume on videos. But at present it makes the user experience not great. RE: Block remote stop button with a dialog - garbear - 2016-02-24 This used to be the case. When you closed the game, a savestate was taken automatically. When you started the game next, it would load the savestate. At the time, this feature relied on a game database. You can see my explanation for why the game database (and thus automatic savestates) was dropped here: http://forum.kodi.tv/showthread.php?tid=173361&pid=2247764#pid2247764 This could be done without a game database, by saving to a file named after the ROM + .sav extension or something. If we go without a game database for long enough, I'll implement this hack in the meantime. |