summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorReiko Asakura2021-03-19 00:04:37 -0400
committerReiko Asakura2021-03-19 00:04:37 -0400
commit0bafd6f93f71a9924e5eba4ef45f6e37b5961b98 (patch)
treefea213405a4c7ed6110482fe261d616d22bc4c0c /include/user
parentAdd NIDs in SceAudioForDriver (diff)
downloadvds-libraries-0bafd6f93f71a9924e5eba4ef45f6e37b5961b98.tar.gz
Remove dupe in display.h
Diffstat (limited to 'include/user')
-rw-r--r--include/user/display.h15
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