Hi,
If i use PS button+quit to XMB, my homebrew cause a system reboot.
But if i exit throught return 0 in main(), everything work fine. I though it may be related to mem allocation and others cleanups, so set a atexit() to do it, but the reboot continue.
Anybody know anything about this?