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:
Weiyi Wang 2019-09-08 08:42:02 -04:00 committed by GitHub
commit 24ec11f928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
externals/fmt vendored

@ -1 +1 @@
Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5
Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f

View file

@ -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"