Android: Fix incorrect PBP statement in empty list

This commit is contained in:
Connor McLaughlin 2021-05-24 20:44:33 +10:00
parent 6a2b2ac7f8
commit daf2fd327f

View file

@ -16,7 +16,7 @@ public class EmptyGameListFragment extends Fragment {
".ecm (Error Code Modeling Image)\n" + ".ecm (Error Code Modeling Image)\n" +
".mds (Media Descriptor Sidecar)\n" + ".mds (Media Descriptor Sidecar)\n" +
".chd (Compressed Hunks of Data)\n" + ".chd (Compressed Hunks of Data)\n" +
".pbp (PlayStation Portable, Only Encrypted)"; ".pbp (PlayStation Portable, Only Decrypted)";
private MainActivity parent; private MainActivity parent;