mirror of https://github.com/stella-emu/stella.git
Fix build without debugger support.
This commit is contained in:
parent
9d31d4a519
commit
13cedefc8f
|
@ -1096,7 +1096,9 @@ void DeveloperDialog::handleCommand(CommandSender* sender, int cmd, int data, in
|
|||
void DeveloperDialog::handleSettings(bool devSettings)
|
||||
{
|
||||
myUndrivenPinsWidget->setEnabled(devSettings);
|
||||
#ifdef DEBUGGER_SUPPORT
|
||||
myRWPortBreakWidget->setEnabled(devSettings);
|
||||
#endif
|
||||
myThumbExceptionWidget->setEnabled(devSettings);
|
||||
|
||||
if (mySettings != devSettings)
|
||||
|
|
Loading…
Reference in New Issue