APP Program
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: fxcg/app.h
Syscall index: 0x1945
Function signature: void APP_Program(int, int);
Opens the built-in "Program" app.
Parameters
The meaning of the parameters is yet to be known. The OS calls this function with the first parameter set to 1 and the second set to 0.
Comments
Note that even though most built-in apps do not return, the calling code is kept on stack and one can return to it using a ugly hack, for example through timers, setjmp and longjmp. The reason why they don't return is that they expect to use GetKey as an exit point.