bsnes-plus
bsnes-plus copied to clipboard
unused slots greyed out
I think the unused slots in Tools->Load Quick State should be greyed out.
Adding this line inside the for loop at bsnes/ui-qt/base/main.cpp:171 will start all the slots disabled:
loadAction->setEnabled(false);