mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 09:18:17 -05:00
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
#include <fmt/format.h>
|
||||
#include "common/file_util.h"
|
||||
#include "common/math_util.h"
|
||||
#include "common/settings.h"
|
||||
#include "core/perf_stats.h"
|
||||
#include "core/settings.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
using DoubleSecs = std::chrono::duration<double, std::chrono::seconds::period>;
|
||||
|
Reference in New Issue
Block a user