Results 35 comments of Sky

I have recently pushed functionality for implementing a bunch of new display options, including screen rotation to dev.

Lets use this issue to track the feature request for the GBA Player Borders and https://github.com/skylersaleh/SkyEmu/issues/38 to track the request for a libretro core.

Forking this feature request to only cover the retroachievements.org request. The request for an Android Native Build can be tracked here: https://github.com/skylersaleh/SkyEmu/issues/37

Thanks revvs9 for filing this issue. I'll leave this open for me as a reminder to work on the UI to make this process more intuitive.

Thanks for finding these. I fixed those two you identified in a commit I just pushed to dev. I'll do some more triaging to identify memory leaks before 1.5 as...

Closing this for now, as I had some time to do a more thorough look for leaks and haven't found anymore. Please reopen or file a new issue if you...

I've been mulling over changing to a pixel fifo based PPU implementation. Currently half of the GB emulation bugs seem to be related to my PPU implementation, so the scanline...

I ended up using the string conversion to UTF-8 NFC in the UTF8proc library (https://github.com/JuliaStrings/utf8proc), and it did the trick here. It would be nice if a similar routine was...

I have a pretty accurate GBA LCD shader with subpixel emulation in [SkyEmu](https://github.com/skylersaleh/SkyEmu). Maybe that would work for you?

This appears to be broken because it is using the NAND save type which I currently don't have implemented.