sound, music, mixer

This commit is contained in:
Ondřej Novák 2025-02-02 14:29:06 +01:00
parent 42087c926c
commit f8a1501289
42 changed files with 1345 additions and 157 deletions

View file

@ -12,7 +12,7 @@ static uint16_t screen_pitch = 640;
char game_display_init(const INI_CONFIG_SECTION *display_section, const char *title) {
SDLContext::Config cfg = {};
SDLContext::VideoConfig cfg = {};
const char *aspect_str;
aspect_str = ini_get_string(display_section, "aspect_ratio", "4:3");