You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: targets/mega65/sdcard.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -464,14 +464,14 @@ int sdcard_init ( const char *fn, const int virtsd_flag )
464
464
}
465
465
#ifdefSD_CONTENT_SUPPORT
466
466
if (!virtsd_flag&&sdfd >= 0) {
467
-
staticconstcharmsg[] =" on the SD-card image.\nPlease use UI menu: Disks -> SD-card -> Update files ...\nUI can be accessed with right mouse click into the emulator window.";
467
+
staticconstcharmsg[] =" on the SD-card image.\nPlease use UI menu: Disks / Cart -> SD-card -> Update files ...\nUI menu can be accessed via right mouse click in the emulator window.";
468
468
intr=sdcontent_check_xemu_signature();
469
469
if (r<0) {
470
470
ERROR_WINDOW("Warning! Cannot read SD-card to get Xemu signature!");
0 commit comments