mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
update diff.diff
This commit is contained in:
parent
7f7b0e14e8
commit
0bd43bc885
12
diff.diff
12
diff.diff
@ -13,12 +13,12 @@ index fc6132d..6c81bcb 100644
|
|||||||
+typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC)(HDC hdc, INT64 traget_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
+typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC)(HDC hdc, INT64 traget_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
||||||
+typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC)(HDC hdc);
|
+typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC)(HDC hdc);
|
||||||
+
|
+
|
||||||
+PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
|
+static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
|
||||||
+PFNWGLGETSYNCVALUESOMLPROC wglGetSyncValuesOML;
|
+static PFNWGLGETSYNCVALUESOMLPROC wglGetSyncValuesOML;
|
||||||
+PFNWGLGETMSCRATEOMLPROC wglGetMscRateOML;
|
+static PFNWGLGETMSCRATEOMLPROC wglGetMscRateOML;
|
||||||
+PFNWGLSWAPBUFFERSMSCOMLPROC wglSwapBuffersMscOML;
|
+static PFNWGLSWAPBUFFERSMSCOMLPROC wglSwapBuffersMscOML;
|
||||||
+PFNWGLWAITFORMSCOMLPROC wglWaitForMscOML;
|
+static PFNWGLWAITFORMSCOMLPROC wglWaitForMscOML;
|
||||||
+PFNWGLWAITFORSBCOMLPROC wglWaitForSbcOML;
|
+static PFNWGLWAITFORSBCOMLPROC wglWaitForSbcOML;
|
||||||
+
|
+
|
||||||
typedef HGLRC (APIENTRY *wglCreateContextAttribsProc)(HDC, HGLRC, const int*);
|
typedef HGLRC (APIENTRY *wglCreateContextAttribsProc)(HDC, HGLRC, const int*);
|
||||||
static wglCreateContextAttribsProc pcreate_context;
|
static wglCreateContextAttribsProc pcreate_context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user