table stuff into if
This commit is contained in:
parent
06f2595861
commit
cd2d60ac58
|
|
@ -738,9 +738,9 @@ void FurnaceGUI::drawSettings() {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ImGui::TableNextRow();
|
|
||||||
ImGui::TableNextColumn();
|
|
||||||
if (settings.audioEngine==DIV_AUDIO_SDL) {
|
if (settings.audioEngine==DIV_AUDIO_SDL) {
|
||||||
|
ImGui::TableNextRow();
|
||||||
|
ImGui::TableNextColumn();
|
||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
ImGui::Text("Driver");
|
ImGui::Text("Driver");
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue