Separate names with a comma.
Hey @Robz8 , I have modified the source code to make the user screen configuration persistent. Now, the program remembers which screen has been...
Some games are constantly setting the order of screens in each frame. When you force swap screen, it's "fixed" instantly. For now, this problem...
Fast version live video :D https://mega.nz/file/tJgEyYiY#X3Vvc1Kb1ymhiVVrxDnuBRKED3zAYM_I2W53MFH65Lc
I have updated here the release with two alternatives: Old version: Swap screen option through key combination L+R+UP (press for 1 second) Fast...
I want to take this opportunity to thank all the people who have made nds-bootstrap a reality. Thanks to them, the foundations are built to reach...
I was thinking about two options to swap: A) L+R+UP for a second (safer but slower) B) SELECT+UP / SELECT+DOWN to set main screen up or down. This...
Hello to everyone. I have included a swap screen option through key combination SELECT+UP / SELECT+DOWN in nds-bootstrap to enjoy NDS titles in...
Edited: Help is not necessary. I have finally managed to do it. I'll create a new thread to display it :)
Hello again. I haven't completely understand IPC and sharedAddress variable, so I suppose that my solution could be wrong. Could you please check...
@Robz8 Would be possible to send a irq from ARM7 to ARM9 and use existent myIrqHandlerIPC in arm9/source/cardengine.c to catch it, and then,...
My first try has been a dirty trick: modify memory address 0x4000304 from ARM7 code. And the solution doesn't work :cry:
Thanks @Robz8, it makes sense... I was searching in the wrong place :)
I have downloaded the TWLM++ source fron github and I'm trying to implement the idea, but first it's necessary to locate where is the code of soft...
Just for learning something new, if swap function can be only called by ARM9 processor, when ARM7 detects the key combination, the next step...