im not sure why this is not a feature as it's very easy to implement.
anyway, it is about the only big feature that is missing for me and is very useful imo.
so i wrote a small ahk script (my first time doing ahk) for rocketlauncher that does that.
the script insert a timestamp in your romlist file on the rom line under: "extra" (is this used for anything?).
then you just create a normal filter like any other:
filter "Last Played"
sort_by Extra
reverse_order true
list_limit 10
rule Extra contains 0|1|2|3|4|5|6|7|8|9if anyone is interested you can download from here:
https://drive.google.com/file/d/1f8BXhBYrbOut2g0d5qpSeKMwxoKGZlM7/view?usp=sharingyou need to put it in your
RocketLauncher\Lib\User Functions folder and have attract mode set in rockelauncher's general settings as
default rom path.
AND PLEASE BACKUP YOUR ROMLIST FOLDER BEFORE USING ITAM will not show you the game on the filter right after you exit from it, you will need to go back to the display menu or to another display and then back in to your display and the last game will show up.
please tell me if you have any issue/suggestions.
cheers.