From c433436e8dc3a4887f7afd43b7f11b22f28f3ede Mon Sep 17 00:00:00 2001 From: collecting Date: Tue, 23 Sep 2025 04:55:23 +0000 Subject: [PATCH 1/2] #define STBI_NO_SIMD --- src/common/stb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/stb.cpp b/src/common/stb.cpp index d3b16665d..c27b2045e 100644 --- a/src/common/stb.cpp +++ b/src/common/stb.cpp @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#define STBI_NO_SIMD #define STB_IMAGE_IMPLEMENTATION #define STB_IMAGE_RESIZE_IMPLEMENTATION #define STB_IMAGE_WRITE_IMPLEMENTATION From be70def4226fcd85d1635d88578fe8f48a12306e Mon Sep 17 00:00:00 2001 From: collecting Date: Tue, 23 Sep 2025 05:01:27 +0000 Subject: [PATCH 2/2] #define STBI_NO_SIMD --- src/common/stb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/stb.cpp b/src/common/stb.cpp index c27b2045e..66324091b 100644 --- a/src/common/stb.cpp +++ b/src/common/stb.cpp @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #define STBI_NO_SIMD