-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from apple1417/master
Support extra mods folders, optimize keybinds
- Loading branch information
Showing
17 changed files
with
745 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pluginloader
updated
10 files
+1 −0 | .clang-tidy | |
+1 −1 | .cruft.json | |
+27 −13 | .github/workflows/build.yml | |
+6 −1 | CMakeLists.txt | |
+56 −0 | CMakePresets.json | |
+1 −1 | common_cmake | |
+4 −4 | src/pch.h | |
+12 −2 | src/proxy/d3d11.cpp | |
+12 −3 | src/proxy/xinput1_3.cpp | |
+0 −3 | src/util.cpp |
Submodule pyunrealsdk
updated
10 files
+23 −13 | .github/workflows/build.yml | |
+29 −22 | CMakeLists.txt | |
+64 −0 | CMakePresets.json | |
+1 −1 | common_cmake | |
+1 −1 | libs/unrealsdk | |
+12 −2 | src/pyunrealsdk/base_bindings.cpp | |
+3 −0 | src/pyunrealsdk/static_py_object.cpp | |
+18 −3 | src/pyunrealsdk/static_py_object.h | |
+6 −1 | src/pyunrealsdk/unreal_bindings/uobject.cpp | |
+8 −1 | stubs/unrealsdk/unreal/_uobject.pyi |
Oops, something went wrong.