-
Notifications
You must be signed in to change notification settings - Fork 4
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 #58 from apple1417/master
update unrealsdk
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule unrealsdk
updated
11 files
+9 −7 | README.md | |
+23 −0 | changelog.md | |
+7 −5 | src/unrealsdk/commands.cpp | |
+52 −4 | src/unrealsdk/game/bl2/console.cpp | |
+24 −24 | src/unrealsdk/game/bl2/hooks.cpp | |
+36 −14 | src/unrealsdk/game/bl3/console.cpp | |
+20 −23 | src/unrealsdk/game/bl3/hooks.cpp | |
+34 −0 | src/unrealsdk/locks.cpp | |
+34 −0 | src/unrealsdk/locks.h | |
+22 −5 | src/unrealsdk/unreal/wrappers/bound_function.cpp | |
+14 −4 | supported_settings.toml |