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)
|
void DeveloperDialog::handleSettings(bool devSettings)
|
||||||
{
|
{
|
||||||
myUndrivenPinsWidget->setEnabled(devSettings);
|
myUndrivenPinsWidget->setEnabled(devSettings);
|
||||||
|
#ifdef DEBUGGER_SUPPORT
|
||||||
myRWPortBreakWidget->setEnabled(devSettings);
|
myRWPortBreakWidget->setEnabled(devSettings);
|
||||||
|
#endif
|
||||||
myThumbExceptionWidget->setEnabled(devSettings);
|
myThumbExceptionWidget->setEnabled(devSettings);
|
||||||
|
|
||||||
if (mySettings != devSettings)
|
if (mySettings != devSettings)
|
||||||
|
|
Loading…
Reference in New Issue