Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMU Devices are not preserved when switching between controllers on an input #1572

Open
antangelo opened this issue Dec 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@antangelo
Copy link
Contributor

Bug Description

Steps to reproduce:

  1. Connect two controllers to xemu (one can be Keyboard)
  2. Under input, have one controller connected to port 1 and one unconnected
  3. Connect an XMU peripheral to the controller
  4. Switch to the other controller
  5. Observe that the XMU peripherals have been disconnected

Note that this behavior does not occur if None is selected before switching controllers.

Expected Behavior

XMU devices should be maintained after switching controllers

xemu Version

v0.7.118 hash 03f40b1

System Information

No response

Additional Context

This is caused by qemu releasing the XMU devices when the controller is disconnected, because xemu is recreating the underlying controller. See discussion here: #1315 (comment)

@antangelo antangelo added the bug Something isn't working label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant