Emulator state (#3906)

* moved getShowFpsCounter to emu state

* more state variables

* fps counter is back

* removed fpscolor
This commit is contained in:
georgemoralis
2026-01-09 19:42:05 +02:00
committed by GitHub
parent f7a473b391
commit be99cb4d5b
9 changed files with 85 additions and 43 deletions

View File

@@ -840,6 +840,8 @@ set(CORE src/core/aerolib/stubs.cpp
src/core/thread.h
src/core/tls.cpp
src/core/tls.h
src/core/emulator_state.cpp
src/core/emulator_state.h
)
if (ARCHITECTURE STREQUAL "x86_64")