thprac icon indicating copy to clipboard operation
thprac copied to clipboard

Code structure: there should be macros to give every function called with asm_call a name

Open 32th-System opened this issue 2 years ago • 0 comments

This would make it clearer what the purpouse of the function called is. Functions that have very special calling conventions (which are a lot of functions from Modern Era 1 games) should be wrapped with helper functions declared as inline (or some way to force inlining)

32th-System avatar Sep 02 '22 21:09 32th-System