mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
PINK: Sort detection entries alphabetically
This commit is contained in:
parent
6068ed547f
commit
db955ab295
@ -28,17 +28,6 @@
|
||||
namespace Pink {
|
||||
|
||||
static const ADGameDescription gameDescriptions[] = {
|
||||
// Deutsch
|
||||
{
|
||||
"peril",
|
||||
0,
|
||||
AD_ENTRY1s("PPTP.ORB", "4ee8514f7303dea1949d7fc72ff65d8c", 609695309),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
|
||||
// English, Version 1.0
|
||||
{
|
||||
"peril",
|
||||
@ -72,6 +61,17 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
|
||||
// German
|
||||
{
|
||||
"peril",
|
||||
0,
|
||||
AD_ENTRY1s("PPTP.ORB", "4ee8514f7303dea1949d7fc72ff65d8c", 609695309),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
|
||||
// Hebrew
|
||||
{
|
||||
"peril",
|
||||
|
Loading…
x
Reference in New Issue
Block a user