XboxDev / extract-xiso

Xbox ISO Creation/Extraction utility. Imported from SourceForge.
http://sourceforge.net/projects/extract-xiso/
Other
705 stars 88 forks source link

Avoid function pointer casts #23

Open JayFoxRox opened 5 years ago

JayFoxRox commented 5 years ago

Fixes warnings about casts; this has come up in #22, but was then removed again

I did not test this and do not plan to fix it if it's broken. If someone else wants to finish and PR this code, please do so.

Having worked with this codebase, the code-quality is quite horrible. It's probably easier to make our own tool in the future.

GXTX commented 5 years ago

I have not tested further than creating a iso and running it in XQEMU, this doesn't seem to break anything.