Shiftable

This commit is contained in:
jdflyer
2022-01-15 17:59:59 -07:00
parent c72012c5d8
commit e1246d9b0a
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;