diff options
4 files changed, 7 insertions, 5 deletions
diff --git a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl index 260de64c88..cd107f59ca 100644 --- a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl +++ b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl @@ -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',  diff --git a/backends/platform/symbian/S60v3/ScummVM_Loc.rss b/backends/platform/symbian/S60v3/ScummVM_Loc.rss index 1d074a06e2..d98ef5ae71 100644 --- a/backends/platform/symbian/S60v3/ScummVM_Loc.rss +++ b/backends/platform/symbian/S60v3/ScummVM_Loc.rss @@ -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 diff --git a/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss b/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss index 5b045d0459..9273312f42 100644 --- a/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss +++ b/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss @@ -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 diff --git a/backends/platform/symbian/UIQ3/scummvm_A0000658_loc.rss b/backends/platform/symbian/UIQ3/scummvm_A0000658_loc.rss index 1889b712d2..8906338108 100644 --- a/backends/platform/symbian/UIQ3/scummvm_A0000658_loc.rss +++ b/backends/platform/symbian/UIQ3/scummvm_A0000658_loc.rss @@ -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  | 
