From af3b5d38453d9fa50b0d662262b16fdf768498e6 Mon Sep 17 00:00:00 2001 From: Rikko Matsumato Date: Wed, 21 May 2025 14:19:54 +0300 Subject: [PATCH 1/2] Update UnityResolve.hpp --- UnityResolve.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityResolve.hpp b/UnityResolve.hpp index a3749c0..54ff27c 100644 --- a/UnityResolve.hpp +++ b/UnityResolve.hpp @@ -1,6 +1,6 @@ #ifndef UNITYRESOLVE_HPP #define UNITYRESOLVE_HPP - +#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING // ============================== 自动检测当前环境 ============================== #if defined(_WIN32) || defined(_WIN64) From 06eeeba655b1a689d5d999671127343e6cc0b44d Mon Sep 17 00:00:00 2001 From: Rikko Matsumato Date: Wed, 21 May 2025 23:59:22 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a249ac7..ca95931 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!NOTE]\ > 有新的功能建议或者Bug可以提交Issues (当然你也可以尝试自己修改代码后提交到该仓库\ > New feature suggestions or bugs can be commit as issues. Of course, you can also try modifying the code yourself and then commit it to the repository. -> > Dome +> > Projects as Example > > - [Phasmophobia Cheat](https://github.com/issuimo/PhasmophobiaCheat/tree/main) > > - [Sausage Man](https://github.com/issuimo/SausageManCheat)