From 46c259bb207f7f01a0b64abd4bc1516ac869d2cb Mon Sep 17 00:00:00 2001
From: FearlessTobi <thm.frey@gmail.com>
Date: Tue, 12 Dec 2023 19:12:08 +0100
Subject: [PATCH] vcpkg: Update fmt to 10.1.1

Should fix compiling on the latest version of MSVC.
---
 externals/vcpkg | 2 +-
 vcpkg.json      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/externals/vcpkg b/externals/vcpkg
index ef2eef1734..a42af01b72 160000
--- a/externals/vcpkg
+++ b/externals/vcpkg
@@ -1 +1 @@
-Subproject commit ef2eef17340f3fbd679327d286fad06dd6e838ed
+Subproject commit a42af01b72c28a8e1d7b48107b33e4f286a55ef6
diff --git a/vcpkg.json b/vcpkg.json
index da4e9edb99..01a4657d41 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,7 +1,7 @@
 {
     "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
     "name": "yuzu",
-    "builtin-baseline": "cbf56573a987527b39272e88cbdd11389b78c6e4",
+    "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
     "version": "1.0",
     "dependencies": [
         "boost-algorithm",
@@ -50,7 +50,7 @@
         },
         {
             "name": "fmt",
-            "version": "10.0.0"
+            "version": "10.1.1"
         }
     ]
 }