mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
Android: Auto-formatting
This commit is contained in:
parent
c90ed85d9d
commit
76c945a6e3
|
@ -20,6 +20,7 @@ public class AndroidHostInterface {
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
|
|
||||||
static public native String getScmVersion();
|
static public native String getScmVersion();
|
||||||
|
|
||||||
static public native String getFullScmVersion();
|
static public native String getFullScmVersion();
|
||||||
|
|
||||||
static public native AndroidHostInterface create(Context context, String userDirectory);
|
static public native AndroidHostInterface create(Context context, String userDirectory);
|
||||||
|
|
|
@ -155,8 +155,7 @@ public class GameListEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
int compatibilityDrawableId;
|
int compatibilityDrawableId;
|
||||||
switch (mCompatibilityRating)
|
switch (mCompatibilityRating) {
|
||||||
{
|
|
||||||
case DoesntBoot:
|
case DoesntBoot:
|
||||||
compatibilityDrawableId = R.drawable.ic_star_1;
|
compatibilityDrawableId = R.drawable.ic_star_1;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue