Open jeffythedragonslayer opened 2 years ago
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);
I think the unused slots in Tools->Load Quick State should be greyed out.