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