JohnnyonFlame / gmloader-next

A compatibility layer for the Android GameMaker Runtime.
GNU General Public License v2.0
9 stars 6 forks source link

Add alias for MemoryManager_Free #4

Closed JeodC closed 1 month ago

JeodC commented 1 month ago

This alias is required starting with GMS 2024.6. Do note that _ZN13MemoryManager4FreeEPKvb takes a const void* and an additional bool argument, while the previous symbol aliases only took one argument. Not sure if it's significant.