diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-04-13 00:12:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 00:12:27 +0200 |
commit | 0c7fcc06f0fb072c00729c646773174b273a18b3 (patch) | |
tree | 240b3177c5eb8a9d005809c1d545fa0f3abdf6b1 /NorthstarDedicatedTest/dedicated.cpp | |
parent | 9916463631b3c31501617cdce02129178908d052 (diff) | |
parent | 8d242da7981204ea61b4678741a7cfe73d337442 (diff) | |
download | NorthstarLauncher-0c7fcc06f0fb072c00729c646773174b273a18b3.tar.gz NorthstarLauncher-0c7fcc06f0fb072c00729c646773174b273a18b3.zip |
Merge branch 'main' into NetCon
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 8f4ec78c..2661e918 100644 --- a/NorthstarDedicatedTest/dedicated.cpp +++ b/NorthstarDedicatedTest/dedicated.cpp @@ -185,13 +185,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 |