Modules/game/Settings

From MSX Game Library

Revision as of 14:20, 12 January 2024 by Aoineko (talk | contribs) (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Game state setting #define GAME_USE_STATE TRUE // Add state machine features #define GAME_USE_V...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | game

Library configuration (msxgl_config.h):

// Game state setting
#define GAME_USE_STATE		TRUE	// Add state machine features
#define GAME_USE_VSYNC		TRUE	// Add vertical synchronization features
#define GAME_USE_LOOP		TRUE	// Add game main loop with call to v-synch and state