touchHLE icon indicating copy to clipboard operation
touchHLE copied to clipboard

Systematically classify apps by likelihood of future compatibility

Open hikari-no-yume opened this issue 1 year ago • 1 comments

I should investigate whether I can dump lists of function imports in some collection of apps. I could then potentially compare different apps and see how closely their requirements match what touchHLE currently supports. It'd be interesting for finding potential low-hanging fruit.

hikari-no-yume avatar May 08 '23 22:05 hikari-no-yume

So there is a tool on macOS installed with Xcode called nm you can use this to dump functions. We could create a test harness that will will generate these and make some excel document. I tried this at one time but not using nm

TylerJaacks avatar Sep 06 '23 05:09 TylerJaacks