dep/fmt: Bump to v11.0.2

This commit is contained in:
Stenzek
2024-09-03 17:54:43 +10:00
parent 56dac5f52a
commit 6d0f92d4fb
62 changed files with 9585 additions and 11805 deletions

View File

@ -16,6 +16,7 @@
#include "IconsFontAwesome5.h"
#include "IconsPromptFont.h"
#include "fmt/format.h"
#include <cmath>

View File

@ -14,6 +14,7 @@
#include "IconsFontAwesome5.h"
#include "IconsPromptFont.h"
#include "fmt/format.h"
Log_SetChannel(AnalogJoystick);

View File

@ -25,6 +25,7 @@
#include "common/heap_array.h"
#include "common/log.h"
#include "fmt/format.h"
#include "imgui.h"
#include <cmath>

View File

@ -22,6 +22,8 @@
#include "common/file_system.h"
#include "common/log.h"
#include "fmt/format.h"
#include <cstdio>
Log_SetChannel(CPU::Core);

View File

@ -29,6 +29,7 @@
#include "IconsEmoji.h"
#include "IconsFontAwesome5.h"
#include "fmt/format.h"
Log_SetChannel(GameDatabase);

View File

@ -25,6 +25,8 @@
#include "common/string_util.h"
#include "common/timer.h"
#include "fmt/format.h"
#include <algorithm>
#include <array>
#include <ctime>

View File

@ -22,7 +22,7 @@
#include "common/path.h"
#include "common/string_util.h"
#include "imgui.h"
#include "fmt/format.h"
#include <cstdarg>
#include <limits>

View File

@ -24,6 +24,7 @@
#include "IconsFontAwesome5.h"
#include "IconsEmoji.h"
#include "fmt/format.h"
#include <cmath>

View File

@ -16,6 +16,7 @@
#include "common/string_util.h"
#include "IconsFontAwesome5.h"
#include "fmt/format.h"
Log_SetChannel(MemoryCard);

View File

@ -19,6 +19,7 @@
#include "IconsFontAwesome5.h"
#include "IconsPromptFont.h"
#include "fmt/format.h"
#include <cmath>

View File

@ -20,6 +20,7 @@
#include "common/log.h"
#include "IconsFontAwesome5.h"
#include "fmt/format.h"
#include <array>
#include <memory>

View File

@ -18,6 +18,8 @@
#include "common/path.h"
#include "common/string_util.h"
#include "fmt/format.h"
#include <algorithm>
#include <array>
#include <cctype>

View File

@ -23,6 +23,8 @@
#include "common/log.h"
#include "common/path.h"
#include "fmt/format.h"
#include <memory>
Log_SetChannel(SPU);