You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application I am developing using the original xbox dashboard requires to be able to load ISOs into Xemu without executing a system reset, however running:
{
"execute": "blockdev-change-medium",
"arguments": {
"device": "ide0-cd1",
"filename": "/path/to/my/image.iso",
"format": "raw"
}
}
does not work until issuing:
{
"execute": "system_reset"
}
am I doing something wrong? or does Xemu not support my usecase? Thanks!
Bug Description
Application I am developing using the original xbox dashboard requires to be able to load ISOs into Xemu without executing a system reset, however running:
{
"execute": "blockdev-change-medium",
"arguments": {
"device": "ide0-cd1",
"filename": "/path/to/my/image.iso",
"format": "raw"
}
}
does not work until issuing:
{
"execute": "system_reset"
}
am I doing something wrong? or does Xemu not support my usecase? Thanks!
Expected Behavior
Disc should be immediately recognized
xemu Version
0.7.134
custom build
System Information
OS: Arch Linux
CPU: AMD Ryzen 5600X
GPU: AMD Radeon RX 7600
Driver: Kernel AMDGPU driver
Additional Context
N/A
The text was updated successfully, but these errors were encountered: