hikari_no_yume
hikari_no_yume
Oh right: I don't remember how well it works, but I think WINE manages to run touchHLE on macOS, if you want to try the Windows binary. Just make sure...
Huh, that's inside dynarmic and it's C++ so I'm probably hopeless at debugging it, but: if you edit `/Users/shark/Desktop/touchHLE/vendor/dynarmic/src/dynarmic/ir/ir_emitter.cpp` and just add the line `#include ` somewhere at the top,...
> Had to add `#include ` into several files before it built Aha okay, I'll let the developers of dynamic know about that issue. > Running the app now gives...
Hi. For legal and to some extent practical reasons, touchHLE has to put some fonts (`touchHLE_fonts`) and dynamic libraries (`touchHLE_dylibs`) in separate directories, rather than embedding them into the `.exe`...
I think I'll consider this as a won't-fix for now. Happy for others to convince me otherwise.
Oh right, the README and maybe the help/usage text should be updated after this. I'm happy to do that myself, I like writing documentation.
Yeah, that justification makes sense. I'll think about doing something like that if the enum gets any more complicated than it already is.
Compiling this on my machine right now, I'll tell you once I've tested it a bit. I'll also have a look at the handful of IPA files I have to...
`cargo clippy` has three suggestions for me now, maybe you'll want to address them. Otherwise I'll do it myself later.