Skip to content

Commit

Permalink
SCUMM: Changed prefix of game-specific options from GUIO_ to GAMEOPTION_
Browse files Browse the repository at this point in the history
This is consistent with how the other engines do it, and help make them
stand out from the generic GUIO_ options.
  • Loading branch information
Torbjörn Andersson committed Jun 1, 2024
1 parent 349f09d commit c204077
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 178 deletions.
14 changes: 7 additions & 7 deletions engines/scumm/detection.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ namespace Scumm {


// GUI-options, primarily used by detection_tables.h
#define GUIO_TRIM_FMTOWNS_TO_200_PIXELS GUIO_GAMEOPTIONS1
#define GUIO_ENHANCEMENTS GUIO_GAMEOPTIONS2
#define GUIO_AUDIO_OVERRIDE GUIO_GAMEOPTIONS3
#define GUIO_ORIGINALGUI GUIO_GAMEOPTIONS4
#define GUIO_LOWLATENCYAUDIO GUIO_GAMEOPTIONS5
#define GUIO_NETWORK GUIO_GAMEOPTIONS6
#define GUIO_COPY_PROTECTION GUIO_GAMEOPTIONS7
#define GAMEOPTION_TRIM_FMTOWNS_TO_200_PIXELS GUIO_GAMEOPTIONS1
#define GAMEOPTION_ENHANCEMENTS GUIO_GAMEOPTIONS2
#define GAMEOPTION_AUDIO_OVERRIDE GUIO_GAMEOPTIONS3
#define GAMEOPTION_ORIGINALGUI GUIO_GAMEOPTIONS4
#define GAMEOPTION_LOWLATENCYAUDIO GUIO_GAMEOPTIONS5
#define GAMEOPTION_NETWORK GUIO_GAMEOPTIONS6
#define GAMEOPTION_COPY_PROTECTION GUIO_GAMEOPTIONS7

/* Game enhancements */

Expand Down
Loading

0 comments on commit c204077

Please sign in to comment.