mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
*fixed display of covers in UI.
This commit is contained in:
parent
ec4bee1371
commit
f62f2dc09c
@ -63,7 +63,8 @@ enum
|
|||||||
SCORES_VIEW,
|
SCORES_VIEW,
|
||||||
SELECT_VIEW,
|
SELECT_VIEW,
|
||||||
MARQUEES_VIEW,
|
MARQUEES_VIEW,
|
||||||
LAST_VIEW = MARQUEES_VIEW
|
COVERS_VIEW,
|
||||||
|
LAST_VIEW = COVERS_VIEW
|
||||||
};
|
};
|
||||||
|
|
||||||
std::pair<char const *, char const *> const arts_info[] =
|
std::pair<char const *, char const *> const arts_info[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user