ata4 / angrylion-rdp-plus

A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
158 stars 25 forks source link

output: only execute IntGetProcAddress when needed #112

Closed Rosalie241 closed 4 years ago

Rosalie241 commented 4 years ago

this patch is quite large but removes the redundant IntGetProcAddress calls when the functions are already stored in memory

ata4 commented 4 years ago

Hm... I'll merge that for now, but keep in mind that most of the code was automatically generated by glLoadGen, so it may be a better solution to change the parameters for that tool instead.