Skip to content

Commit

Permalink
Fixed GUI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainys committed Jul 2, 2022
1 parent bdc067a commit a6aaa89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gui/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ add_subdirectory(../../src/ym2612 ym2612)
# add_subdirectory(../../src/ym2612tests ym2612tests)
add_subdirectory(../../src/rf5c68 rf5c68)
add_subdirectory(../../src/i8251 i8251)
add_subdirectory(../../src/diskdrive diskdrive)

add_subdirectory(../../src/customstick customstick)

Expand Down
2 changes: 1 addition & 1 deletion gui/src/tests_gui/profiletest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ bool Equal(const TownsProfile &a,const TownsProfile &b)
a.appSpecificSetting!=b.appSpecificSetting ||
a.scaling!=b.scaling ||
a.autoScaling!=b.autoScaling ||
a.maximizeOnStartUp!=b.maximizeOnStartUp ||
a.windowModeOnStartUp!=b.windowModeOnStartUp ||
a.quickScrnShotDir!=b.quickScrnShotDir ||
a.quickStateSaveFName!=b.quickStateSaveFName ||
a.pauseResumeKeyLabel!=b.pauseResumeKeyLabel)
Expand Down

0 comments on commit a6aaa89

Please sign in to comment.