diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-04-12 01:54:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 01:54:12 +0100 |
commit | b60432c85cb6e37c4a8bcdddeded75d3b71213b3 (patch) | |
tree | 98383e09196efad0b7af85f7e403aa129085f641 /NorthstarDedicatedTest/dedicated.cpp | |
parent | ce8a64e7fa0aabf70e8ce9c0f9bbdef6892f240d (diff) | |
download | NorthstarLauncher-b60432c85cb6e37c4a8bcdddeded75d3b71213b3.tar.gz NorthstarLauncher-b60432c85cb6e37c4a8bcdddeded75d3b71213b3.zip |
more changes to mod rpak loading (#139)
* more changes to mod rpak loading
* reformat
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDedicatedTest/dedicated.cpp b/NorthstarDedicatedTest/dedicated.cpp index c97ac91d..c00bed07 100644 --- a/NorthstarDedicatedTest/dedicated.cpp +++ b/NorthstarDedicatedTest/dedicated.cpp @@ -184,13 +184,6 @@ void InitialiseDedicated(HMODULE engineAddress) // NSMem::NOP(ea + 0x1C4E07, 5); //} - // not sure if this should be done, not loading ui at least is good, but should everything be gone? - { - // Host_Init - // change the number of rpaks to load from 6 to 1, so we only load common.rpak - NSMem::BytePatch(ea + 0x15653B + 1, "01"); - } - { // Host_Init // remove call to ui loading stuff |