Conversation
|
It's good to be proactive on this, but I'm not really keen on chasing unstable API on this project (even if the project itself touts "just vendor it lol"). Behold, nosoop/SM-TFEconData#32. I'd be open to spawning an x64 branch if you want some "official" repo to pin compile deps to, but otherwise I'll just leave this open until it lands in stable. |
| * @param addr Address to a memory location. | ||
| * @return The value stored in the given address as an Address. | ||
| */ | ||
| stock Address DereferencePointer(Address addr) { |
There was a problem hiding this comment.
#pragma deprecated still works, yeah? We can keep the alias to LoadAddressFromAddress for this but warn on DereferencePointer usage. Most consumers of this are going to need additional rewrites in any case, so I think it's worth discouraging usage of this in favor of the official API.
|
Alright let's keep this MR opened for now. See you in a (few?) years when SM 1.13 lands stable. |
No description provided.