Hi, do you think a feature like this (drive info card) could be useful to users?
the comments are:
let fs_comment = match info.fs_kind() {
FsKind::Fat32 => "✓ optimal choice for game backups and homebrew apps",
FsKind::Ntfs => "⚠ will work for game backups, but not for homebrew apps",
_ => "⚠ won't work for game backups and homebrew apps",
};
and the link is https://gbatemp.net/threads/usb-loader-gx-troubleshooting-guide.617564/#fs
this is a draft btw, I'm open to suggestions
Hi, do you think a feature like this (drive info card) could be useful to users?
the comments are:
and the link is https://gbatemp.net/threads/usb-loader-gx-troubleshooting-guide.617564/#fs
this is a draft btw, I'm open to suggestions