mirror of https://github.com/PCSX2/pcsx2.git
Misc: Don't use deprecated fmt/core.h header
This commit is contained in:
parent
c58f6f2f70
commit
de9d08075e
|
@ -7,7 +7,6 @@
|
|||
#include "Threading.h"
|
||||
|
||||
#include <mutex>
|
||||
#include "fmt/core.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "RedtapeWindows.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "Pcsx2Defs.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/base.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <string>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "Pcsx2Defs.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <ucontext.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include "cpuinfo.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "common/Threading.h"
|
||||
#include "common/WindowInfo.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "Pcsx2Defs.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/base.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "RedtapeWindows.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "common/RedtapeWindows.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <mutex>
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include "common/Threading.h"
|
||||
#include "common/WindowInfo.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
|
||||
#include <mmsystem.h>
|
||||
#include <timeapi.h>
|
||||
#include <VersionHelpers.h>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "common/RedtapeWindows.h"
|
||||
#endif
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include "common/Assertions.h"
|
||||
#include "common/Console.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <QtCore/QFile>
|
||||
|
||||
#include "common/Console.h"
|
||||
#include "fmt/core.h"
|
||||
#include "VMManager.h"
|
||||
#include "Models/BreakpointModel.h"
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <QtGui/QClipboard>
|
||||
#include <QtGui/QInputMethod>
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <csignal>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <memory>
|
||||
#include <time.h>
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
// TODO: FIXME! Should be platform specific.
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "common/MD5Digest.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "common/FileSystem.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "common/RedtapeWilCom.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <WinSock2.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "common/StringUtil.h"
|
||||
#include "common/Timer.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#include "IconsFontAwesome5.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "imgui.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include "common/Error.h"
|
||||
#include "common/FileSystem.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <sstream>
|
||||
#include "ryml_std.hpp"
|
||||
#include "ryml.hpp"
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/ranges.h"
|
||||
#include <fstream>
|
||||
#include <mutex>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "common/WrappedMemCopy.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
using namespace R5900;
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include "imgui_internal.h"
|
||||
|
||||
#include "fmt/chrono.h"
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <array>
|
||||
#include <bitset>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#include "Host.h"
|
||||
#include "GS/Renderers/Common/GSDevice.h"
|
||||
#include "GS/Renderers/Common/GSTexture.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "common/Path.h"
|
||||
#include "common/Timer.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#include "imgui.h"
|
||||
#include "imgui_internal.h"
|
||||
#include "common/Image.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "IconsPromptFont.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "IconsPromptFont.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
static const char* s_axis_names[XInputSource::NUM_AXES] = {
|
||||
|
|
|
@ -43,5 +43,5 @@
|
|||
// We use fmt a fair bit now.
|
||||
// fmt pch breaks GCC in debug builds: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114370
|
||||
#if !defined(__GNUC__) || defined(__clang__)
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#endif
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "SIO/Pad/PadDualshock2.h"
|
||||
#include "SIO/Sio.h"
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
PadData::PadData(const int port, const int slot)
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "GS.h"
|
||||
#include "Host.h"
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
namespace InputRec
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "Host.h"
|
||||
#include "IconsPromptFont.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "common/StringUtil.h"
|
||||
#include "common/Timer.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#include "ryml_std.hpp"
|
||||
#include "ryml.hpp"
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "Config.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
|
||||
//#define DEBUG_WRITE_FOLDER_CARD_IN_MEMORY_TO_FILE_ON_CHANGE
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "common/StringUtil.h"
|
||||
#include "common/ZipHelpers.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <csetjmp>
|
||||
#include <png.h>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "R3000A.h"
|
||||
#include "R5900.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <cctype>
|
||||
#include <cstdarg>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
#include "IconsPromptFont.h"
|
||||
#include "cpuinfo.h"
|
||||
#include "discord_rpc.h"
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <mutex>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include "fmt/core.h"
|
||||
#include "common/AlignedMalloc.h"
|
||||
|
||||
// nVifBlock - Ordered for Hashing; the 'num' and 'upkType' fields are
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "Common.h"
|
||||
#include "IopHw.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
namespace IopMemory {
|
||||
namespace Internal {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "R3000A.h"
|
||||
#include "IopMem.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
static std::string psxout_buf;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#define eeAddrInRange(name, addr) \
|
||||
(addr >= EEMemoryMap::name##_Start && addr < EEMemoryMap::name##_End)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "common/BitUtils.h"
|
||||
#include "common/Error.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <bit>
|
||||
#ifdef _M_X86
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "MTVU.h"
|
||||
#include "common/Perf.h"
|
||||
#include "common/StringUtil.h"
|
||||
#include "fmt/core.h"
|
||||
|
||||
void dVifReset(int idx)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "Vif_UnpackSSE.h"
|
||||
#include "common/Perf.h"
|
||||
#include "fmt/core.h"
|
||||
|
||||
#define xMOV8(regX, loc) xMOVSSZX(regX, loc)
|
||||
#define xMOV16(regX, loc) xMOVSSZX(regX, loc)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include "common/Perf.h"
|
||||
#include "DebugTools/Breakpoints.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
|
||||
// #define DUMP_BLOCKS 1
|
||||
// #define TRACE_BLOCKS 1
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "common/FileSystem.h"
|
||||
#include "common/Path.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
// writes text directly to mVU.logFile, no newlines appended.
|
||||
_mVUt void __mVULog(const char* fmt, ...)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "common/ScopedGuard.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "7z.h"
|
||||
|
|
Loading…
Reference in New Issue