summaryrefslogtreecommitdiff
path: root/3a3ebb5d.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-12 09:11:11 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-12 09:11:11 -0800
commit07918085d52925d72906b20ab7176517e58acaa6 (patch)
tree84be4c5face0c8c8003767ba6a7d3d1a8f91ba2c /3a3ebb5d.patch
parentRebuild against x265 4.0 (diff)
downloadmgba-07918085d52925d72906b20ab7176517e58acaa6.tar.xz
Updated to 0.10.4
Diffstat (limited to '3a3ebb5d.patch')
-rw-r--r--3a3ebb5d.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/3a3ebb5d.patch b/3a3ebb5d.patch
deleted file mode 100644
index d58572d..0000000
--- a/3a3ebb5d.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 3a3ebb5dc7a1dc6f8f893093d213a637acfc4024 Mon Sep 17 00:00:00 2001
-From: Vicki Pfau <vi@endrift.com>
-Date: Sat, 25 May 2024 01:33:26 -0700
-Subject: [PATCH] Third-Party: Cherry-pick rapidjson buildfix
-
----
- src/third-party/discord-rpc/include/rapidjson/document.h | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/third-party/discord-rpc/include/rapidjson/document.h b/src/third-party/discord-rpc/include/rapidjson/document.h
-index e3e20dfbdc9..b0f1f70beba 100644
---- a/src/third-party/discord-rpc/include/rapidjson/document.h
-+++ b/src/third-party/discord-rpc/include/rapidjson/document.h
-@@ -316,8 +316,6 @@ struct GenericStringRef {
-
- GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {}
-
-- GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
--
- //! implicit conversion to plain CharType pointer
- operator const Ch *() const { return s; }
-