mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: short call patching
This commit is contained in:
@@ -13,6 +13,7 @@ class Project():
|
||||
self.exec_style: ExecStyle = ExecStyle.CALL
|
||||
self.decoder_style: DecoderStyle = DecoderStyle.PLAIN_1
|
||||
self.dataref_style: DataRefStyle = DataRefStyle.APPEND
|
||||
self.short_call_patching: bool = False
|
||||
|
||||
# Injectable
|
||||
self.inject: bool = False
|
||||
|
||||
Reference in New Issue
Block a user