Dolphin, the GameCube and Wii emulator - Forums

Full Version: Potential Android Project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to make Dolphin on Android capable of compressing ISOs like it can on desktop. Does anyone have any thoughts as to the possibility/impossibility/potential mergability of such a task?
Entirely possible. Honestly probably easy.

The Android UI is missing tons and tons of features that are trivial to implement
Big Grin I'll see what I can do!
Yeah, compressing to GCZ is relatively easy since all the compression code already is there. You just have to add a JNI function that calls it and then add something to the GUI that lets the user access it.