Merge pull request #4915 from FearlessTobi/port-2818
Port citra-emu/citra#2818: "externals: update fmt to 6.0.0"
This commit is contained in:
commit
24ec11f928
|
@ -1 +1 @@
|
|||
Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5
|
||||
Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f
|
|
@ -8,8 +8,8 @@
|
|||
#include <mutex>
|
||||
#include <numeric>
|
||||
#include <thread>
|
||||
#include <fmt/chrono.h>
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/time.h>
|
||||
#include "common/file_util.h"
|
||||
#include "core/hw/gpu.h"
|
||||
#include "core/perf_stats.h"
|
||||
|
|
Reference in New Issue