mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)
This commit is contained in:
parent
0634f51696
commit
e26fb8e7d2
@ -324,6 +324,17 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_DEMO,
|
||||
GUIO0()
|
||||
},
|
||||
// J.U.L.I.A. (English) (Greenlight Demo)
|
||||
{
|
||||
"julia",
|
||||
"Greenlight Demo",
|
||||
AD_ENTRY1s("data.dcp", "4befd448d36b0dae9c3ab1aa7cb8b78d", 7271886),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE |
|
||||
ADGF_DEMO,
|
||||
GUIO0()
|
||||
},
|
||||
// Mirage
|
||||
{
|
||||
"mirage",
|
||||
|
Loading…
Reference in New Issue
Block a user