Android: Make BIOS import error clearer

This commit is contained in:
Connor McLaughlin
2021-03-27 17:18:20 +10:00
parent 3f7d8604e5
commit 465f0d6e04
6 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
public class EmptyGameListFragment extends Fragment {
private static final String SUPPORTED_FORMATS_STRING = ".cue, .iso, .img, .ecm, .mds, .chd, .pbp";
private static final String SUPPORTED_FORMATS_STRING = ".cue, .iso, .img, .ecm, .mds, .chd, .pbp (unencrypted)";
private MainActivity parent;