forked from Norbyte/bg3se
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to Norbyte#162 Add MacOS support for BG3 SE. * Add mappings for MacOS binaries and Apple Silicon processors in `BG3Extender/GameHooks/BinaryMappings.xml`. * Add MacOS-specific hooks and configurations in `BG3Extender/Extender/ScriptExtender.cpp`. * Add MacOS-specific implementations in `BG3Extender/Extender/Client/ScriptExtenderClient.cpp`. * Add MacOS-specific declarations in `BG3Extender/Extender/Client/ScriptExtenderClient.h`. * Add MacOS-specific networking support in `BG3Extender/Extender/Shared/ExtenderNet.h`. * Add MacOS-specific hooks in `BG3Extender/Extender/Shared/Hooks.h`. * Implement MacOS-specific hooks in `BG3Extender/Extender/Shared/Hooks.cpp`. * Add MacOS-specific script helpers in `BG3Extender/Extender/Shared/ScriptHelpers.h`. * Implement MacOS-specific script helpers in `BG3Extender/Extender/Shared/ScriptHelpers.cpp`. * Add MacOS-specific utilities in `BG3Extender/Extender/Shared/Utils.h`. * Implement MacOS-specific utilities in `BG3Extender/Extender/Shared/Utils.cpp`. * Add MacOS-specific virtual texture support in `BG3Extender/Extender/Shared/VirtualTextures.h`. * Implement MacOS-specific virtual texture support in `BG3Extender/Extender/Shared/VirtualTextures.inl`.
- Loading branch information
1 parent
001e66c
commit 2b7602b
Showing
13 changed files
with
1,478 additions
and
1 deletion.
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
Oops, something went wrong.