PwneeStudios / Cloudberry-Kingdom

Original C# version, runs on Xbox and PC.
3 stars 4 forks source link

2.10.2 Prohibition Against Writing to an SD Card Within One Second of Insertion #115

Open FearTheTJ opened 11 years ago

FearTheTJ commented 11 years ago

Guideline Item
Applications must not begin a write operation within 1 second of the SD Card being inserted. Test Method Launch the application, and progress to a point where a write to the SD Card is about to start. Remove the SD Card from the console. Insert the SD Card into the console and begin the write sequence. Pass/Fail Determination Passes if, in step 3, there is a feature in place to ensure a gap of at least one second between insertion of the SD Card and the start of the write process. Software to Be Tested
Applications that save data to an SD Card.