Fix signature on dMenu_Ring_c__destructor, Add play menu sound

This commit is contained in:
jdflyer
2026-08-20 00:50:30 -07:00
parent c86d6918d6
commit acc8cc2e6d
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -1151,6 +1151,7 @@ ModResult buildPlayTab(ModContext* ctx, UiWindowHandle, UiElementHandle leftPane
// set flag to move to name screen after window close
g_file_select_window_ctx.is_proceed = true;
session::svc_mng.ui->window_close(session::svc_mng.mod_ctx, *static_cast<UiWindowHandle*>(userdata));
mDoAud_seStartMenu(Z2SE_SY_NEW_FILE);
};
desc.user_data = &g_file_select_window_ctx.window_handle;
desc.is_disabled = [](ModContext*, void*) {