Don't automatically set content to normal when applying IOS patches

This commit is contained in:
Campbell 2024-08-02 08:40:39 -04:00 committed by GitHub
parent 415af7b8b8
commit bcbdd284e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,6 @@ class IOSPatcher:
patch_count += 1
self.title.set_content(target_content, self.es_module_index)
self.title.content.content_records[self.es_module_index].content_type = 1 # Sets content to be non-shared
return patch_count