bass, treble, control crt filter in setup, fix lock multiaction

This commit is contained in:
Ondrej Novak 2025-02-18 10:32:37 +01:00
parent 05c1f952c4
commit e631f339dd
11 changed files with 279 additions and 23 deletions

View file

@ -4,5 +4,6 @@ add_library(skeldal_sdl
sdl_context.cpp
BGraph2.cpp
input.cpp
sound.cpp)
sound.cpp
sound_filter.cpp)
set_property(TARGET skeldal_sdl PROPERTY CXX_STANDARD 20)