mirror of https://github.com/bsnes-emu/bsnes.git
Update settings.hpp
This commit is contained in:
parent
f7e4d83fb0
commit
029c3e51cd
|
@ -382,13 +382,16 @@ public:
|
||||||
HorizontalLayout coprocessorLayout{this, Size{~0, 0}};
|
HorizontalLayout coprocessorLayout{this, Size{~0, 0}};
|
||||||
CheckLabel coprocessorDelayedSyncOption{&coprocessorLayout, Size{0, 0}};
|
CheckLabel coprocessorDelayedSyncOption{&coprocessorLayout, Size{0, 0}};
|
||||||
CheckLabel coprocessorPreferHLEOption{&coprocessorLayout, Size{0, 0}};
|
CheckLabel coprocessorPreferHLEOption{&coprocessorLayout, Size{0, 0}};
|
||||||
Canvas coprocessorSpacer{this, Size{~0, 1}};
|
|
||||||
//
|
//
|
||||||
Label gameLabel{this, Size{~0, 0}, 2};
|
Label gameLabel{this, Size{~0, 0}, 2};
|
||||||
CheckLabel hotfixes{this, Size{0, 0}};
|
CheckLabel hotfixes{this, Size{0, 0}};
|
||||||
|
Canvas hotfixesSpacer{this, Size{~0, 1}};
|
||||||
//
|
//
|
||||||
Widget spacer{this, Size{~0, ~0}};
|
Label ppuModeLabel{this, Size{~0, 0}, 0};
|
||||||
Label note{this, Size{~0, 0}};
|
Label ppuModeRequirements{this, Size{~0, 0}};
|
||||||
|
HorizontalLayout modeLayout{this, Size{~0, 0}};
|
||||||
|
Button accuracyMode{&modeLayout, Size{0, 0}};
|
||||||
|
Button compatibilityMode{&modeLayout, Size{0, 0}};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CompatibilitySettings : VerticalLayout {
|
struct CompatibilitySettings : VerticalLayout {
|
||||||
|
|
Loading…
Reference in New Issue