Gamemode service fixes

This commit is contained in:
jdflyer
2026-08-08 17:12:38 -07:00
parent 8be95d3aa3
commit 315897e45a
7 changed files with 17 additions and 25 deletions
+1 -1
View File
@@ -734,7 +734,7 @@ bool onNewSaveSelect(dFile_select_c *fileSelect) {
svc_ui->window_close(ctx, *static_cast<UiWindowHandle*>(userdata));
};
desc.user_data = &windowHandle;
svc_ui->pane_add_control(mod_ctx, leftPane, &desc, &windowHandle);
svc_ui->pane_add_control(mod_ctx, leftPane, &desc, nullptr);
return MOD_OK;
};