mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2974] [MERGED] Upstream Netplay Changes #1417
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2974
Author: @HeatXD
Created: 5/10/2023
Status: ✅ Merged
Merged: 5/10/2023
Merged by: @stenzek
Base:
netplay← Head:netplay_dev📝 Commits (9)
eb77894Update README.md7681551System: Don't auto enable analog on unknown gamesddaa717Netplay: Wired up netplay chat.c2e75c4Netplay HandleSessionMessage: fix err msg.8a7cbf2Netplay / Qt: remove ping widget from mainwindow.4377afdMerge branch 'stenzek:master' into netplay_dev91e7caaNetplay: Move chat back to the control channel59bcb05Update netplay.ha876a8dNetplay: Only load netplay savestate whenever you are the host. the hostwill share state to the other peers.📊 Changes
10 files changed (+92 additions, -109 deletions)
View changed files
📝
README.md(+2 -22)📝
src/core/analog_controller.cpp(+2 -3)📝
src/core/netplay.cpp(+74 -48)📝
src/core/netplay.h(+2 -2)📝
src/core/system.cpp(+6 -10)📝
src/core/system.h(+1 -1)📝
src/duckstation-qt/mainwindow.cpp(+0 -5)📝
src/duckstation-qt/mainwindow.h(+0 -2)📝
src/duckstation-qt/qthost.cpp(+2 -15)📝
src/frontend-common/imgui_netplay.cpp(+3 -1)📄 Description
and also created a channel for non-control type messages🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.