Arlindo Pereira
Arlindo Pereira
Oops, commented on wrong issue. Sorry! Em sáb, 22 de set de 2018 às 22:49, Michael escreveu: > @nighto what... > > — > You are receiving this because you...
Googling this error, you might want to try this: ```codesign --force --deep --sign - /path/to/touchHLE.app``` via: https://stackoverflow.com/a/64985297/1110655
I was able to use touchHLE with game controls on a Steam Deck running with Proton, so I believe this issue could be closed.
Also because SMB is between two Donut Games games, it is not sorted by Bundle Identifier as well.
Hello @jet082, I think so too :) eventually it would be interesting to mass-add it to the appdb and have it showing some sort of percentage support, similar to other...
And to document how I did it, it was with: ``` for i in path/to/*.ipa ; do path/to/touchHLE.exe "$i" 2> "$i.txt" ; done ``` And then, I got the `panic`...
In the long run, it would be even nicer to have a CLI option, opt-in of course, in which you would log in with your GitHub account and it would...
You can create a chinese version of the README file and open a PR to add it to the repository.
As mentioned by @LennyKappa: > It's in apple libc, the supported ones are memcpy, memmove, memset, (v)s(n)printf, str(n)cpy, str(n)cat, stpcpy
Reference: https://opensource.apple.com/source/Libc/Libc-498/secure/