I'm using gvba-m to test GBA programs I'm writing for a class. Since, while testing, I'm modifying code and recompiling often, it's convenient to be able to reload the ROM quickly. As such, I use the "Open recent" menu often.
Â
The problem is that my "Open recent" menu has reached its maximum capacity of 10 items, and newly opened ROMs don't overwrite older entries. I'd like to clear this list so that it can be populated with my more recent programs.
Â
I checked $HOME/.config/gvbam, but found nothing that relates to this. I don't see anything else in my home folder that jumps out at me as immediately relevant. Where is this list data located on a Linux system?
Â
Thanks