devinacker / bsnes-plus

debug-oriented fork of bsnes
http://bsnes.revenant1.net
327 stars 92 forks source link

unused slots greyed out #326

Open jeffythedragonslayer opened 2 years ago

jeffythedragonslayer commented 2 years ago

I think the unused slots in Tools->Load Quick State should be greyed out.

jeffythedragonslayer commented 2 years ago

Adding this line inside the for loop at bsnes/ui-qt/base/main.cpp:171 will start all the slots disabled:

loadAction->setEnabled(false);