Browse Source
Merge pull request #2818 from MysticExile/fmt
externals: update fmt to 6.0.0
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
externals/fmt
-
src/core/hle/service/fatal/fatal.cpp
-
src/core/reporter.cpp
|
|
@ -1 +1 @@ |
|
|
Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5 |
|
|
|
|
|
|
|
|
Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f |
|
|
@ -5,7 +5,7 @@ |
|
|
#include <array>
|
|
|
#include <array>
|
|
|
#include <cstring>
|
|
|
#include <cstring>
|
|
|
#include <ctime>
|
|
|
#include <ctime>
|
|
|
#include <fmt/time.h>
|
|
|
|
|
|
|
|
|
#include <fmt/chrono.h>
|
|
|
#include "common/file_util.h"
|
|
|
#include "common/file_util.h"
|
|
|
#include "common/logging/log.h"
|
|
|
#include "common/logging/log.h"
|
|
|
#include "common/scm_rev.h"
|
|
|
#include "common/scm_rev.h"
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
#include <ctime>
|
|
|
#include <ctime>
|
|
|
#include <fstream>
|
|
|
#include <fstream>
|
|
|
|
|
|
|
|
|
|
|
|
#include <fmt/chrono.h>
|
|
|
#include <fmt/format.h>
|
|
|
#include <fmt/format.h>
|
|
|
#include <fmt/time.h>
|
|
|
|
|
|
#include <json.hpp>
|
|
|
#include <json.hpp>
|
|
|
|
|
|
|
|
|
#include "common/file_util.h"
|
|
|
#include "common/file_util.h"
|
|
|
|