touchHLE
touchHLE copied to clipboard
Systematically classify apps by likelihood of future compatibility
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.
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