Anders Lindqvist
Anders Lindqvist
Thanks for taking the time! I will go back trying to build bsnes plus now again so the comments here below are very preliminary. Seems like there are quite a...
This is great. I'll come back once I've succeeded or failed to build but hopefully now I can sort it out! Will gladly help you write better build instructions once...
Maybe. I do like when everything is bundled with the source though!
I ran into this recently. I have 16-bit-PNGs and used the float-loading path of stb. A first good step here would be to retain the 16-bit precision. Then the user...
There are a lot of people worried that loosing C++-support would be a problem. I am curious how much of those problems would still remain if Aro (or something else)...
Was this ever fixed? I don't seem to have this issue right now but as a person living in a decimal-comma-country I've suffered the pain before. Here is a commit...
It seems like a solution is function.acall. The following works: a=["dummy", "%d %d %d", 1,2,3]; print(format.acall(a)); It would be nice with a version that inherited the environment so that the...
@zeromus: I am quite the beginner at squirrel so this question might be naive. But the function I want to call in this case is format. When I call it...
First it doesn´t look that bad, maybe it is good enough. I am not at home (due to christmas) at my regular machine so I can´t check now but I...