mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-12-02 18:36:34 +00:00
config: Use dynarmic as default
This commit is contained in:
parent
d9f9a020ad
commit
f0692b294e
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user