motoharu-gosuto

Results 22 issues of motoharu-gosuto

Just check that everything works. Most likely it does since we are emulating the card.

question

There is a possibility to substitute read from iso file with read from network. Can save some storage. But how reliable is it?

question

Update sector api up to date. Maybe it is time to add it to vitasdk?

enhancement

Need to figure out why emulation of CMD17 and CMD23 just hangs with red led flashing forever. Currently read and write operations are handled by hooking sector api functions in...

enhancement

It is possible to load kernel plugin from user app. However I am not sure how this may conflict with save / load state functionality.

enhancement

Need to add at least some protection against force removal of physical card. For example during dump process.

enhancement

Some graphical UI would be good. Because console UI is not very user friendly. However this is for next release

enhancement

Just check again that initialization is precise. Dump virtual mmc commands and compare against physical mmc. Dump virtual sd commands and compare against physical sd. Make sure that card registers...

question

Commands CMD41, CMD8, CMD1 should return proper responses based on the arguments. Values should not be just hardcoded. For example if argument is 0 then available range should be returned....

enhancement

figure out what is the purpose of data1 hash

question