diff options
author | Reiko Asakura | 2021-03-19 00:04:37 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-19 00:04:37 -0400 |
commit | 0bafd6f93f71a9924e5eba4ef45f6e37b5961b98 (patch) | |
tree | fea213405a4c7ed6110482fe261d616d22bc4c0c /include/user/display.h | |
parent | Add NIDs in SceAudioForDriver (diff) | |
download | vds-libraries-0bafd6f93f71a9924e5eba4ef45f6e37b5961b98.tar.gz |
Remove dupe in display.h
Diffstat (limited to '')
-rw-r--r-- | include/user/display.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/user/display.h b/include/user/display.h index c13d5d5..645f7b9 100644 --- a/include/user/display.h +++ b/include/user/display.h @@ -17,16 +17,6 @@ extern "C" { int sceDisplayGetPrimaryHead(void); /** - * Get current number of fps for the current screen mode. - * - * @param[out] pFps - Pointer to a float variable to store current number of fps. - * - * @return 0 on success, < 0 on error. - * @note - This function returns a theoretical value, this might not be the exact frame rate. -*/ -int sceDisplayGetRefreshRate(float *pFps); - -/** * Get maximum framebuffer resolution * * @param[out] width - Maximum width @@ -37,11 +27,6 @@ int sceDisplayGetRefreshRate(float *pFps); int sceDisplayGetMaximumFrameBufResolution(int *width, int *height); /** - * Number of vertical blank pulses up to now - */ -int sceDisplayGetVcount(void); - -/** * Number of vertical blank pulses up to now for a display * * @param[in] display - Display index |