mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
Change UI name of Scumm Apps. Enable all engine in perl script
svn-id: r47550
This commit is contained in:
parent
356bebc7b0
commit
b0cab96cd0
@ -4,7 +4,7 @@
|
||||
@WorkingEngines = qw(
|
||||
scumm agos sky queen gob groovie saga drascula
|
||||
kyra lure agi touche parallaction cine
|
||||
cruise made m4 tinsel tucker sword1 sword2 sci draci teenagent
|
||||
cruise made m4 tinsel tucker sword1 sword2 draci sci teenagent mohawk
|
||||
);
|
||||
|
||||
@WorkingEngines_1st = qw(
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
);
|
||||
|
||||
@BrokenEngines = qw(
|
||||
@BrokenEngines = qw(
|
||||
);
|
||||
|
||||
@EnablableEngines = (@WorkingEngines, @TestingEngines);
|
||||
@ -36,6 +36,8 @@
|
||||
agos2
|
||||
);
|
||||
|
||||
#disabled subengines lol saga2 personal nightmare
|
||||
|
||||
%UseableFeatures = (
|
||||
'zlib' => 'zlib.lib',
|
||||
'mad' => 'libmad.lib',
|
||||
|
@ -8,7 +8,7 @@ RESOURCE LOCALISABLE_APP_INFO
|
||||
CAPTION_AND_ICON_INFO
|
||||
{
|
||||
// The caption text is defined in the rls file
|
||||
caption = "ScummVM";
|
||||
caption = "ScummVM 1";
|
||||
// Icons are used to represent applications in the
|
||||
// application launcher and application title bar.
|
||||
// The number_of_icons value identifies how many icons
|
||||
|
@ -8,7 +8,7 @@ RESOURCE LOCALISABLE_APP_INFO
|
||||
CAPTION_AND_ICON_INFO
|
||||
{
|
||||
// The caption text is defined in the rls file
|
||||
caption = "ScummVM Pt2";
|
||||
caption = "ScummVM 2";
|
||||
// Icons are used to represent applications in the
|
||||
// application launcher and application title bar.
|
||||
// The number_of_icons value identifies how many icons
|
||||
|
@ -38,7 +38,7 @@ RESOURCE LOCALISABLE_APP_INFO
|
||||
CAPTION_AND_ICON_INFO
|
||||
{
|
||||
// The caption text is defined in the rls file
|
||||
caption = "ScummVM Pt2";
|
||||
caption = "ScummVM 2";
|
||||
// Icons are used to represent applications in the
|
||||
// application launcher and application title bar.
|
||||
// The number_of_icons value identifies how many icons
|
||||
|
Loading…
x
Reference in New Issue
Block a user