Add Steam Deck EmuDeck ES-DE support#235
Conversation
|
Sorry for the wall of text but I figured that's easier than having to grok the intent from the code. I'm not sure if this is the right "fix" for the steam deck issue so let me know if you have any ideas on what the root cause would be but this does seem to work on the steam deck. I have not tested this on batocera on steam deck but I did have the exact same issue on steamos as I had on batocera. |
|
hmm i remember doing something to disable some input in Grout for the miyoo flip is it not sufficient ? |
|
@pawndev I still had the same input rubber banding issue on the latest grout version so I don't think that's sufficient. |
|
OK sorry I'm such a flipping noob here, but this is what my agent is saying
I'll test using the miyoo flip workaround though so we can be sure. |
Summary
This PR adds a Steam Deck-focused EmuDeck / ES-DE distribution for Grout. It introduces a new
CFW=ESDEtarget that follows EmuDeck's standard folder layout and packages Grout as an ES-DE Port, so installation is the same style as the Batocera/ROCKNIX packages: unzip the release, then copyGrout.shand theGrout/folder into EmuDeck'sroms/portsdirectory.The new release asset is
Grout-ESDE.zip, intended for Steam Deck users running EmuDeck with ES-DE.What changed
ESDECFW support:<Emulation>/roms<Emulation>/bios<Emulation>/saves<Emulation>/roms/ports/gamelist.xmlscripts/ESDE/Grout.shlauncher and packaging task.Grout-ESDE.zipto release workflow,versions.jsonasset generation, and in-app updater asset lookup.Steam Deck controls note
While testing on a Steam Deck with EmuDeck, SDL/Steam Input emitted a continuous stream of tiny analog-stick axis-motion events. This flooded SDL's event queue and caused controls to feel frozen, delayed, or to suddenly jump around. Ignoring axis-motion events fixed the issue in testing.
This appears related to the behavior reported in #216 (
Steam Deck : Buttons response very weird) for Batocera on Steam Deck. This workaround is a little hacky because it disables analog-stick navigation on ES-DE / Steam Deck hardware, but Grout's UI is fully navigable with D-pad/buttons and this resolves the delayed/jittery control behavior we observed. If disabling axis-motion events is a concern, I am happy to adjust this to be controlled by an environment flag instead.Validation
go test ./...vianix-shell -p pkg-config SDL2 SDL2_image SDL2_ttf SDL2_gfxtask build:amd64task package:esdedist/Grout-ESDE.zipuv run mkdocs build(passes with existing non-strict docs warnings)/run/media/deck/.../Emulation/roms/ports/Agent disclosure
This PR was implemented with assistance from an AI coding agent.