Skip to content

Commit

Permalink
add sceDisplayIsVsync doc
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Nov 15, 2024
1 parent f918d1a commit 8cdb8dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/display/pspdisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ int sceDisplayGetBrightness(int *level, int *unk1);

int sceDisplayGetResumeMode(void);
int sceDisplayGetVblankRest(void);

/**
* Test whether VSYNC is active
*/
int sceDisplayIsVsync(void);

/**
Expand Down

0 comments on commit 8cdb8dd

Please sign in to comment.