[PR #162] [MERGED] Netplay create room GUI #265

Closed
opened 2026-03-03 13:46:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/162
Author: @loganmc10
Created: 1/19/2025
Status: Merged
Merged: 1/19/2025
Merged by: @loganmc10

Base: mainHead: netplay


📝 Commits (10+)

📊 Changes

11 files changed (+395 additions, -200 deletions)

View changed files

📝 Cargo.toml (+11 -2)
📝 build.rs (+0 -1)
📝 parallel-rdp/interface.cpp (+1 -24)
📝 parallel-rdp/interface.hpp (+0 -1)
📝 src/device.rs (+7 -2)
📝 src/device/controller/vru.rs (+3 -3)
📝 src/device/rdp.rs (+0 -2)
📝 src/main.rs (+2 -1)
📝 src/ui/gui.rs (+366 -153)
📝 src/ui/video.rs (+0 -6)
📝 src/ui/vru.rs (+5 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/162 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/19/2025 **Status:** ✅ Merged **Merged:** 1/19/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `netplay` --- ### 📝 Commits (10+) - [`6ea7d98`](https://github.com/gopher64/gopher64/commit/6ea7d988a224210358a97cd758fb0cd6fc08ac18) netplay - [`8f0614d`](https://github.com/gopher64/gopher64/commit/8f0614d086962afc57cce59accd1300c0ab898a4) more - [`4efede0`](https://github.com/gopher64/gopher64/commit/4efede0ff6bdfbcff89fa73ffecd6620707fbad3) more - [`d5e0ada`](https://github.com/gopher64/gopher64/commit/d5e0adad3d1435d6ed34dc39421e5b6e3fc58264) more - [`8b7b8ea`](https://github.com/gopher64/gopher64/commit/8b7b8ead65deda327fe3d12db6e8702e3bd24db6) more - [`fdb9cdf`](https://github.com/gopher64/gopher64/commit/fdb9cdf1312792f2faaf00a76197044fce163b35) tokio - [`860a1ad`](https://github.com/gopher64/gopher64/commit/860a1ad0a39f017bbafc1eedd527e992c7be8551) more - [`74e6538`](https://github.com/gopher64/gopher64/commit/74e653835bb586e51b772b53048ed3352ac39276) more - [`65c67f0`](https://github.com/gopher64/gopher64/commit/65c67f0f1ec87b9598af16d236413a5cd08fe4c9) more - [`e7ade57`](https://github.com/gopher64/gopher64/commit/e7ade5710ccadb67061ca73a37c311defde4f556) video ### 📊 Changes **11 files changed** (+395 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+11 -2) 📝 `build.rs` (+0 -1) 📝 `parallel-rdp/interface.cpp` (+1 -24) 📝 `parallel-rdp/interface.hpp` (+0 -1) 📝 `src/device.rs` (+7 -2) 📝 `src/device/controller/vru.rs` (+3 -3) 📝 `src/device/rdp.rs` (+0 -2) 📝 `src/main.rs` (+2 -1) 📝 `src/ui/gui.rs` (+366 -153) 📝 `src/ui/video.rs` (+0 -6) 📝 `src/ui/vru.rs` (+5 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#265
No description provided.