[core] Add overridable game setting functionality (#2963)

Adds a place to override specific game settings for specific vendors

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2963
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: Kleidis <kleidis1@protonmail.com>
Co-committed-by: Kleidis <kleidis1@protonmail.com>
This commit is contained in:
Kleidis 2025-12-17 03:59:27 +01:00 committed by crueter
parent 5130185d12
commit b9530ae80f
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
4 changed files with 205 additions and 43 deletions

View file

@ -17,6 +17,8 @@ add_library(core STATIC
constants.h
core.cpp
core.h
game_settings.cpp
game_settings.h
core_timing.cpp
core_timing.h
cpu_manager.cpp