profi200

Results 206 comments of profi200

Sort of. I didn't have much motivation to work on it in the recent months.

You can force the save type to a non-RTC one via a per-game config file if i recall correctly. Alternatively you can edit the save type db but this will...

This is a hardware limitation. The GBA hardware on 3DS does not support EWRAM overclocking and it also doesn't support the fastest ROM timings. Nothing i can do about that.

Not sure i understand the problem but sounds like RTC issues. Keep in mind i don't quite handle RTC right yet. It seems many ROM hacks need the RTC offset...

To actually unpack files i need more than zlib. libarchive would be the way to go, however i fear this would make the code way too big and that for...

Because the RAM the ROM is loaded to and other RAM becomes inaccessible permanently. Only a hardware reboot can bring them back.

As said, this is how the hardware works. I don't think there is any way around this. Once it's in GBA or DS(i) mode you can't go back. If there...

The short answer is i don't know the power consumption. I never tested runtime. Long answer: ARM9 and ARM11 are needed even in GBA mode. ARM9 is usually doing absolutely...

To be honest i don't know how to resolve the situation for now. If i remove the brightness adjustment feature others will complain at me. I might add more button...

The real plan is making them a menu option but until then i have to work around these limitations.