Shiftable

This commit is contained in:
jdflyer
2022-01-15 17:59:59 -07:00
parent 13eb8ed234
commit 39d4214a21
6 changed files with 512 additions and 8 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ bool DynamicModuleControl::do_load() {
}
}
if(mModule==NULL&&sFileCache!=NULL) {
mModule = (OSModuleInfo*)sFileCache->getResource(0x72656C73,buffer);
mModule = (OSModuleInfo*)sFileCache->getResource(0x72656C73/*rels*/,buffer);
if(mModule!=NULL) {
mSize = 0;
mResourceType = 11;