Darren Thompson

Results 6 issues of Darren Thompson

Based off a good catch from @mborgerson here: https://github.com/XboxDev/extract-xiso/issues/20#discussion_r250793780 The version command of extract-xiso (`-v`) is out of date as it is just hard-coded into the source. Ideally this should...

Currently we have build instructions for macOS / Linux users but point Windows users to the AppVeyor builds. This is great for the more common user, but if one is...

`extract-iso`'s readme suggests it can create specialized XISOs for burning to optical media. Theoretically these XISOs should be faster than straight dvd2xbox dumps, but slower than redump dumps. We do...

Currently we initialize the SDL sub systems for [`xid-sdl.c` on a per instance basis](https://github.com/xqemu/xqemu/blob/master/hw/xbox/xid-sdl.c#L491). Following the guide written here: https://people.redhat.com/~thuth/blog/qemu/2018/09/10/instance-init-realize.html. We should only initialize the subsystems once using class init.

difficulty:easy
area:input

I'm not the best pythoner in the world so some of this code might be cringe, however it is working properly for the following: Features: - e-Amuse card registration and...

No reason to make the SD card required, replace Error Halt with Error Print.