motoharu-gosuto / psvgamesd

User application and kernel plugin that allow to produce game card dumps and run them.
MIT License
104 stars 12 forks source link

Properly emulate voltage control SD/MMC commands #5

Open motoharu-gosuto opened 7 years ago

motoharu-gosuto commented 7 years ago

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. If argument is some value then this value should be properly masked.