forked from 987123879113/pcsx2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DiscoStarslayer
committed
Nov 13, 2023
1 parent
8f8fa1d
commit 8d65aa5
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule fmt
updated
90 files
Submodule rapidyaml
updated
from 213b20 to 92549a
Submodule rcheevos
updated
5 files
+4 −4 | src/rapi/rc_api_common.c | |
+1 −1 | src/rc_util.c | |
+5 −7 | src/rcheevos/alloc.c | |
+1 −1 | src/rcheevos/runtime.c | |
+3 −3 | src/rhash/hash.c |
Submodule wil
updated
24 files
+11 −3 | cmake/common_build_flags.cmake | |
+992 −459 | include/wil/Tracelogging.h | |
+15 −9 | include/wil/cppwinrt_authoring.h | |
+225 −9 | include/wil/filesystem.h | |
+2 −2 | include/wil/nt_result_macros.h | |
+179 −105 | include/wil/registry.h | |
+651 −14 | include/wil/registry_helpers.h | |
+9 −1 | include/wil/resource.h | |
+0 −1 | include/wil/result.h | |
+83 −63 | include/wil/result_macros.h | |
+0 −1 | include/wil/win32_helpers.h | |
+6 −4 | include/wil/winrt.h | |
+2 −0 | scripts/init.cmd | |
+14 −2 | scripts/runtests.cmd | |
+11 −3 | tests/CMakeLists.txt | |
+99 −43 | tests/CppWinRTAuthoringTests.cpp | |
+125 −2 | tests/FileSystemTests.cpp | |
+2,225 −1 | tests/RegistryTests.cpp | |
+3 −2 | tests/TraceLoggingTests.cpp | |
+395 −0 | tests/TraceLoggingTests.h | |
+10 −0 | tests/TraceLoggingTests_PartB.cpp | |
+60 −0 | tests/WinRTTests.cpp | |
+6 −1 | tests/noexcept/CMakeLists.txt | |
+5 −1 | tests/sanitize-address/CMakeLists.txt |
Submodule xz
updated
54 files