We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ba26e commit da87b47Copy full SHA for da87b47
1 file changed
src/hal/Usb/Hid/msc_disk.cpp
@@ -64,9 +64,9 @@ static bool new_data = false;
64
65
// README contents stored on ramdisk - must not be greater than 512 bytes
66
#define README_CONTENTS "\
67
-This is where Dreamcast memory unit data may be viewed when a one is inserted\n\
68
-into a controller. All memory here is read only. Files here are compatible with\n\
69
-VMU data in redream emulator.\n\
+This is where Dreamcast memory unit data may be viewed when one or more are\n\
+inserted into any controller. All memory here is read only. Files are compatible\n\
+with the redream emulator.\n\
70
\n\
71
It is important to note that any operation done on the mass storage device will\n\
72
delay other controller operations.\
0 commit comments