FerienGamerHD / d2x-cios

Automatically exported from code.google.com/p/d2x-cios
0 stars 0 forks source link

Potential Enhancement: Nand Emulation Options #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I opened an issue with usbloader_gx and they seem to think it is not possible 
with the existing d2x... 

I thought I would open an issue over here to see if it is possible to get it 
implemented.

Right now usbloader_gx supports the following situations:
Partial NandEmulation (for Wii Games) SaveData is redirected to EmuNand
Full NandEmulation (for Wii Games) Save data, Mii's and Config are redirected 
to EmuNand

Partial NandChannelEmulation (for Wiiware/VC): Channels are launched from 
EmuNand and save data is on the same emuNand
Full NandChannelEmulation (for Wiiware/VC): Channels are launched from EmuNand 
and SaveData, Mii and Config are accessed from same EmuNand.

usbloader_gx also supports launching wiiware/VC installed on the real nand, but 
there are no options for partial or full nand emulation.

I would like to make these options more flexible. For example, I would like to 
be able to keep all my saves, mii's and config in my real nand and have all of 
that utilized by Wii Games, Wiiware on RealNand and WiiWare on EmuNand.

Right now this is possible with the Mii's and the Config but not with the Saves 
since Wiiware launched from Emunand always use save data on that same emunand. 

Please see usbloader_gx issue here: 
http://code.google.com/p/usbloader-gui/issues/detail?can=1&start=0&num=100&q=rep
orter%3Ageogolem&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary&groupby
=&sort=&id=2126

Would this be possible?

Original issue reported on code.google.com by geoGo...@gmail.com on 30 Jun 2012 at 3:35