Thread with 4 posts
jump to expanded postoh my god why did i never realise before that i can trivially write a patch for touchHLE that just logs every single function call, with full arguments. since i have full type info for every function, and i can easily keep track of their names (usually)
https://github.com/hikari-no-yume/touchHLE/commit/984c31419774754bac8c475f09b46babdf9dc939
well, i realised this before at some point, but i never actually did it
HLE is magic. I have type information and names for everything, I can just print it!