GUI: missing WonderSwan pan macros
This commit is contained in:
parent
99ae6a2b38
commit
5a79a70980
2 changed files with 4 additions and 0 deletions
|
|
@ -5861,7 +5861,9 @@ bool FurnaceGUI::loop() {
|
|||
MEASURE_BEGIN(popup);
|
||||
|
||||
centerNextWindow(_("Rendering..."),canvasW,canvasH);
|
||||
ImGui::SetNextWindowSize(ImVec2(640.0f*dpiScale,0.0f),ImGuiCond_Always);
|
||||
if (ImGui::BeginPopupModal(_("Rendering..."),NULL,ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove)) {
|
||||
WAKE_UP;
|
||||
if(audioExportOptions.mode != DIV_EXPORT_MODE_MANY_CHAN)
|
||||
{
|
||||
ImGui::Text(_("Please wait..."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue