summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-24Revert the Presenter logic changes from #14506Admiral H. Curtiss
2026-05-24GameSettings: Add Photo ChannelMartino Fontana
2026-05-24Translation resources sync with TransifexJosJuice
2026-05-23Approve Xenoblade Chronicles 60 FPS Gecko codeChase Harkcom
2026-05-23Merge pull request #14506 from adamscott/crop-that-screenAdmiral H. Curtiss
2026-05-23Address minor nits in new cropping logicAdmiral H. Curtiss
2026-05-21Merge pull request #14655 from tom-pratt/gradle-sync-windows-fixJosJuice
2026-05-20Fix android gradle sync error on windowsTom Pratt
2026-05-19lint formattingTom Pratt
2026-05-19Fix NetplayScreen edge to edgeTom Pratt
2026-05-19Replace hardcoded save progress stringTom Pratt
2026-05-19Use the dual pane netplay screen layout only if the width is sufficientTom Pratt
2026-05-19WithSession helper functionTom Pratt
2026-05-19Pass immutable games list to NetplayUICallbacksTom Pratt
2026-05-19Use unique_ptr when creating netplay client / serverTom Pratt
2026-05-19Add @Keep annotation to Player constructorTom Pratt
2026-05-19Fix netplay license headersTom Pratt
2026-05-19Update compose dependenciesTom Pratt
2026-05-19Implement DoAllPlayersHaveGame() checkTom Pratt
2026-05-19Add network mode picker for hostTom Pratt
2026-05-19Add host buffer settings for fair input delay modeTom Pratt
2026-05-19Handle traversal state changes and errorsTom Pratt
2026-05-19Show joining info for local and external IP addressesTom Pratt
2026-05-19Separate out GetExternalIPAddress helper functionTom Pratt
2026-05-19Add ability to choose game when hostingTom Pratt
2026-05-19Send own messages to chatTom Pratt
2026-05-19Create NetPlayServer and start gameTom Pratt
2026-05-19Hosting UITom Pratt
2026-05-19Implement OnMsgPowerButtonTom Pratt
2026-05-19Game digest progress dialogTom Pratt
2026-05-19Handle desync messagesTom Pratt
2026-05-19Make NetplaySession not a singletonTom Pratt
2026-05-19Use existing settings API instead of custom jni callsTom Pratt
2026-05-19Show save transfer progressTom Pratt
2026-05-19Dont try to load temporary save states when launching netplayTom Pratt
2026-05-19Release boot session data during Netplay cleanupTom Pratt
2026-05-19Implement OnConnectionLost, show a dialog on the main netplay screen forcing ...Tom Pratt
2026-05-19Implement StopGame callback and use it to finish the emulation activityTom Pratt
2026-05-19Settings refactorTom Pratt
2026-05-19Max bufferTom Pratt
2026-05-19Put players table in an OutlinedBox, makes the UI look more consistent.Tom Pratt
2026-05-19Implement more NetPlayUICallbacksTom Pratt
2026-05-19Netplay chat UITom Pratt
2026-05-19Implement player listTom Pratt
2026-05-19Reorder netplay classTom Pratt
2026-05-19Add mostly empty Netplay screen, equivalent of NetPlayDialog in QT.Tom Pratt
2026-05-19Move NetplaySetupScreen to its own fileTom Pratt
2026-05-19Show client connection errors and handle connection resultTom Pratt
2026-05-19Store netplay BootSessionData and use it to run the netplay gameTom Pratt
2026-05-19Pass game list to NetPlayUICallbacks and implement OnMsgChangeGame, OnMsgStar...Tom Pratt