[PR #2958] [MERGED] Upstream Netplay Changes #1398

Closed
opened 2026-01-29 19:16:40 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2958
Author: @HeatXD
Created: 4/12/2023
Status: Merged
Merged: 4/12/2023
Merged by: @stenzek

Base: netplayHead: netplay_dev


📝 Commits (2)

  • de9c16b GGPO: poll_network functionality and ggpo_set_manual_network_polling
  • 1b92f09 Netplay / Timesync:

📊 Changes

10 files changed (+159 additions, -37 deletions)

View changed files

📝 dep/ggpo-x/include/ggponet.h (+21 -4)
📝 dep/ggpo-x/src/backends/backend.h (+2 -0)
📝 dep/ggpo-x/src/backends/p2p.cpp (+21 -2)
📝 dep/ggpo-x/src/backends/p2p.h (+6 -1)
📝 dep/ggpo-x/src/backends/spectator.cpp (+21 -3)
📝 dep/ggpo-x/src/backends/spectator.h (+3 -1)
📝 dep/ggpo-x/src/backends/synctest.h (+4 -1)
📝 dep/ggpo-x/src/main.cpp (+20 -0)
📝 src/core/netplay.cpp (+58 -24)
📝 src/core/netplay.h (+3 -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/stenzek/duckstation/pull/2958 **Author:** [@HeatXD](https://github.com/HeatXD) **Created:** 4/12/2023 **Status:** ✅ Merged **Merged:** 4/12/2023 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `netplay` ← **Head:** `netplay_dev` --- ### 📝 Commits (2) - [`de9c16b`](https://github.com/stenzek/duckstation/commit/de9c16bb7352a878271361646900697fea88221c) GGPO: poll_network functionality and ggpo_set_manual_network_polling - [`1b92f09`](https://github.com/stenzek/duckstation/commit/1b92f091be077d790981b8d803e2c85a06b3d1a3) Netplay / Timesync: ### 📊 Changes **10 files changed** (+159 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `dep/ggpo-x/include/ggponet.h` (+21 -4) 📝 `dep/ggpo-x/src/backends/backend.h` (+2 -0) 📝 `dep/ggpo-x/src/backends/p2p.cpp` (+21 -2) 📝 `dep/ggpo-x/src/backends/p2p.h` (+6 -1) 📝 `dep/ggpo-x/src/backends/spectator.cpp` (+21 -3) 📝 `dep/ggpo-x/src/backends/spectator.h` (+3 -1) 📝 `dep/ggpo-x/src/backends/synctest.h` (+4 -1) 📝 `dep/ggpo-x/src/main.cpp` (+20 -0) 📝 `src/core/netplay.cpp` (+58 -24) 📝 `src/core/netplay.h` (+3 -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>
claunia added the pull-request label 2026-01-29 19:16:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1398