maltaisn
maltaisn
No, only with skin files. I just tried reinstalling the plugin and invalidating caches but the problem is still there.
Thank you for the response. I thought about using a single texture with multiple BitmapFonts, but each instance had to parse the whole .fnt file, it doesn't feel like a...
Sorry for the late reply. I made a fork [simavrxt](https://github.com/maltaisn/simavrxt) to work on this eventually. `xt` because these cores all use the `avrxt` variant as described in the instruction set...
Thanks for working on it. Personally I gave up register level emulation for my project, I'm doing simulation at a higher level and it works fine. I didn't really have...
I could do that. But what should happen if user enters 1 / 3 for example or anything else that results in a fractional result? Should an error be shown...
Disabling division doesn't seem like a good idea for user experience. And rounding can already be done manually after the dialog is confirmed. What's your use case for this?
Sure, it seems like that's the way to go going forward. You can work on a pull request and I'll merge it.
I'm sure this would be possible. I'll look into it when I have some time, but it could take a few weeks.
Sorry for the late reply, I thought I had answered but must have forgotten to post the comment... Are you using any particular styles, custom strings, custom font? What device...
Thanks I will look into it for the next release.