-
Notifications
You must be signed in to change notification settings - Fork 45
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
1 parent
1b79e8e
commit 440a237
Showing
14 changed files
with
135 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "cppvsdbg", | ||
"request": "launch", | ||
"name": "Debug", | ||
"preLaunchTask": "Install Mod", | ||
"program": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Cyberpunk 2077\\bin\\x64\\Cyberpunk2077.exe", | ||
"cwd": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Cyberpunk 2077\\", | ||
"visualizerFile": "${workspaceFolder}/deps/cyberpunk_cmake/.natvis", | ||
// "showDisplayString": true | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule archive_xl
updated
25 files
Submodule cyberpunk_cmake
updated
4 files
+51 −0 | .natvis | |
+4 −0 | FindModSettings.cmake | |
+4 −0 | FindRedLib.cmake | |
+15 −0 | FindRedscriptCAPI.cmake |
Submodule mod_settings
updated
36 files
Submodule red4ext.sdk
updated
40 files
Submodule tweak_xl
updated
6 files
+1 −1 | README.md | |
+1 −1 | src/App/Project.hpp | |
+4 −4 | src/App/Version.rc | |
+5 −5 | src/Red/Addresses.hpp | |
+1 −1 | vendor/RED4ext.SDK | |
+1 −1 | xmake.lua |
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
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