mirror of https://github.com/bsnes-emu/bsnes.git
5 lines
128 B
C++
5 lines
128 B
C++
|
VideoSettings::VideoSettings(TabFrame* parent) : TabFrameItem(parent) {
|
||
|
setIcon(Icon::Device::Display);
|
||
|
setText("Video");
|
||
|
}
|