Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/gu/pspgu.h
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,9 @@ void* sceGuSetCallback(int signal, void (*callback)(int));
* - GU_SIGNAL_WAIT - Wait for callback to finish
* - GU_SIGNAL_NOWAIT - Do not wait for callback to finish
* - GU_SIGNAL_PAUSE - Pause execution until callback is finished
*
*
* @note Additional signal interrupt modes can be found here: https://github.com/uofw/uofw/blob/master/include/ge_user.h
*
* @param mode - Signal interrupt mode
* @param id - Signal id
**/
Expand Down