Added mass
Added mass to vfs, unsure if its correct buts its worth a shot
Hey!
You're missing the registration of "mass" in here: https://github.com/jpd002/Play-/blob/master/Source/PS2VM.cpp#L432.
Otherwise, even though it's not a built-in feature in the PS2 (it's implemented by custom modules), I think it works, not really planning on emulating USB storage devices.
Added
Thanks! I think something went wrong when you did your change, the PS2VM.cpp file is now completely changed. Could you redo your change to make sure that the diff only includes your additions?
Id just need to rebase
Rebase is done
Im having a problem trying to just show the changes
- rebasing won't fix this, the commit needs to be redone.
- this is very likely happening because you changed git default line ending handling
- I remember messing with mass a while back, I don't recall finding any homebrew that works with just these changes (if you have an example that this works with please mention it)
You may need to implement the rename IOCTL for rename support to work properly, since the homebrew usbhdfsd doesn't use iomanX.
would implementing this work https://github.com/jackun/USBqemu-wheel/blob/master/src/USB.h
https://github.com/jackun/USBqemu-wheel/blob/master/src/USB.cpp