[PR #169] [MERGED] Netplay input sync #271

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

📋 Pull Request Information

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

Base: mainHead: netplay


📝 Commits (10+)

📊 Changes

8 files changed (+288 additions, -16 deletions)

View changed files

📝 src/device.rs (+1 -1)
📝 src/device/controller.rs (+18 -2)
📝 src/device/controller/rumble.rs (+5 -1)
📝 src/device/pif.rs (+7 -1)
📝 src/device/vi.rs (+8 -1)
📝 src/netplay.rs (+214 -9)
📝 src/ui/gui.rs (+19 -0)
📝 src/ui/gui/gui_netplay.rs (+16 -1)

📄 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/169 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `netplay` --- ### 📝 Commits (10+) - [`68dd5bb`](https://github.com/gopher64/gopher64/commit/68dd5bb4e8c9b55b259d50cbf3854a7b63793a4c) Netplay sync inputs - [`d4adf74`](https://github.com/gopher64/gopher64/commit/d4adf740af81d4a7235e31b3fd771e88b683804e) use wrapping add - [`726ee25`](https://github.com/gopher64/gopher64/commit/726ee2539673e03fc569783121ef23a6881df2bb) non blocking - [`5f2697b`](https://github.com/gopher64/gopher64/commit/5f2697bd2552cbe7ff34f0b04b0eeb2c6db96d3b) more - [`c10f2d2`](https://github.com/gopher64/gopher64/commit/c10f2d2f4151ed1efd262938805cc522043f824f) more - [`15f0371`](https://github.com/gopher64/gopher64/commit/15f03717c493ec07c13bd6a55198016edd3aab4a) more - [`e4a882c`](https://github.com/gopher64/gopher64/commit/e4a882c6d02f4aa71a832d2a694cc9e5f0c0fa27) more - [`d4568a9`](https://github.com/gopher64/gopher64/commit/d4568a96b82a6b65f21cbaa535a37adf51dff133) more - [`db37c72`](https://github.com/gopher64/gopher64/commit/db37c7280bb1b9859b17c9acd074dbaee46757e9) more - [`7a663fa`](https://github.com/gopher64/gopher64/commit/7a663fa0e5de941e290a2ec699f019dfac4ed487) more ### 📊 Changes **8 files changed** (+288 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/device.rs` (+1 -1) 📝 `src/device/controller.rs` (+18 -2) 📝 `src/device/controller/rumble.rs` (+5 -1) 📝 `src/device/pif.rs` (+7 -1) 📝 `src/device/vi.rs` (+8 -1) 📝 `src/netplay.rs` (+214 -9) 📝 `src/ui/gui.rs` (+19 -0) 📝 `src/ui/gui/gui_netplay.rs` (+16 -1) </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:43 +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#271
No description provided.