-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Hello,
I am currently facing an issue with the gfx_FloodFill function.
I have a program that uses gfx_FloodFill, and sometimes while gfx_FloodFill is running, the calculator's RAM is cleared. I checked that the x and y coordinates are within the screen boundaries, and I also checked that the RAM Cleared happens in the gfx_FloodFill's code. So this is really a problem with gfx_FloodFill and not my program.
The CEMU console indicates that this is caused by a stack overflow (writing at address D19881).