Add DSU controller input and auxiliary screen streaming support#19019
Draft
danprice142 wants to merge 5 commits into
Draft
Add DSU controller input and auxiliary screen streaming support#19019danprice142 wants to merge 5 commits into
danprice142 wants to merge 5 commits into
Conversation
Cleanup and small feature: remove unused variables and dead switch blocks, fix a missing return, and fix a stop-recording quick menu entry.
Add support for auxiliary screen streaming in the UI and runtime: add sublabel strings for start/stop aux streaming, register sublabel macros and menu bindings, and update menu display logic to account for aux streaming/recording state. Adjust streaming action handlers to check recording/aux state and avoid conflicting starts (early-return to resume when appropriate). Also add DSU-side logging and a runloop message push when a controller is attached to provide user feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These commits implement a complete DSU (Cemuhook) input driver for receiving controller data over UDP, add libretro multi-screen API support for cores with multiple displays (e.g., Nintendo DS), and enable auxiliary screen streaming/recording. The changes include UI integration for aux streaming controls, DSU controller attachment notifications, video-only FFmpeg recording for aux streams, and configuration options for DSU & AUX Screen settings.
Example how cores can make use of the AUX screen stream feature
libretro/melonDS@master...danprice142:melonDS:master