Separate application and emulator settings

This commit is contained in:
Maurice Heumann
2025-02-10 15:46:38 +01:00
parent a5bae30e00
commit a28be3049b
7 changed files with 115 additions and 60 deletions

View File

@@ -137,7 +137,7 @@ namespace
void run(const std::string_view application)
{
emulator_settings settings{
application_settings settings{
.application = application,
};