config: Use dynarmic as default

This commit is contained in:
sunho 2021-05-25 05:49:16 +09:00 committed by Nicolas Jallamion
parent d9f9a020ad
commit f0692b294e

View File

@ -48,7 +48,7 @@
code(int, "delay-start", 10, delay_start) \
code(float, "background-alpha", .300f, background_alpha) \
code(int, "log-level", static_cast<int>(spdlog::level::trace), log_level) \
code(std::string, "cpu-backend", "Unicorn", cpu_backend) \
code(std::string, "cpu-backend", "Dynarmic", cpu_backend) \
code(bool, "cpu-opt", true, cpu_opt) \
code(std::string, "pref-path", std::string{}, pref_path) \
code(bool, "discord-rich-presence", true, discord_rich_presence) \