mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
SCI: Fix POTFILES
This commit is contained in:
parent
709a593e5c
commit
1516aee14a
@ -1,6 +1,6 @@
|
||||
engines/sci/detection.cpp
|
||||
engines/sci/detection_options.h
|
||||
engines/sci/detection_tables.h
|
||||
engines/sci/dialogs.cpp
|
||||
engines/sci/engine/guest_additions.cpp
|
||||
engines/sci/engine/kfile.cpp
|
||||
engines/sci/engine/kgraphics.cpp
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "common/file.h"
|
||||
#include "common/hashmap.h"
|
||||
#include "common/ptr.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "gui/ThemeEval.h"
|
||||
#include "gui/widget.h"
|
||||
@ -119,7 +118,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
|
||||
{"hoyle4", "Hoyle Classic Card Games"},
|
||||
{"inndemo", "ImagiNation Network (INN) Demo"},
|
||||
{"kq6", "King's Quest VI: Heir Today, Gone Tomorrow"},
|
||||
{"laurabow2", "Laura Bow II: The Dagger of Amon Ra"},
|
||||
{"laurabow2", "Laura Bow II: The Dagger of Amon Ra"},
|
||||
{"qfg1vga", "Quest for Glory I: So You Want to Be a Hero"}, // Note: There was also a SCI0 version of this (further up) called Hero's Quest: So You Want to Be a Hero
|
||||
{"qfg3", "Quest for Glory III: Wages of War"},
|
||||
{"sq5", "Space Quest V: The Next Mutation"},
|
||||
|
@ -22,6 +22,8 @@
|
||||
#ifndef SCI_DETECTION_OPTIONS_H
|
||||
#define SCI_DETECTION_OPTIONS_H
|
||||
|
||||
#include "common/translation.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
const ADExtraGuiOptionsMap optionsList[] = {
|
||||
|
@ -19,6 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/translation.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
#define GUIO_STD16 GUIO6(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS)
|
||||
@ -1008,7 +1010,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
{"ressci.000", 0, "a19fc3604c6e5407abcf03d59ee87217", 168522221},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
|
||||
|
||||
|
||||
// Gabriel Knight 2 - Korean DOS (GOG version) (from swkim01)
|
||||
// using swkim01's SCI Message Editor: http://github.com/swkim01/scime/
|
||||
{"gk2", "", {
|
||||
@ -1596,7 +1598,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
{"resource.001", 0, "143e1c14f15ad0fbfc714f648a65f661", 205330},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
|
||||
|
||||
|
||||
// King's Quest 4 - English DOS (5 1/4" disks)
|
||||
// Game version 1.000.106
|
||||
// Executable scanning reports 0.000.253
|
||||
|
Loading…
x
Reference in New Issue
Block a user