mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +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 const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC)(HDC hdc);
|
||||
+
|
||||
+PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
|
||||
+PFNWGLGETSYNCVALUESOMLPROC wglGetSyncValuesOML;
|
||||
+PFNWGLGETMSCRATEOMLPROC wglGetMscRateOML;
|
||||
+PFNWGLSWAPBUFFERSMSCOMLPROC wglSwapBuffersMscOML;
|
||||
+PFNWGLWAITFORMSCOMLPROC wglWaitForMscOML;
|
||||
+PFNWGLWAITFORSBCOMLPROC wglWaitForSbcOML;
|
||||
+static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
|
||||
+static PFNWGLGETSYNCVALUESOMLPROC wglGetSyncValuesOML;
|
||||
+static PFNWGLGETMSCRATEOMLPROC wglGetMscRateOML;
|
||||
+static PFNWGLSWAPBUFFERSMSCOMLPROC wglSwapBuffersMscOML;
|
||||
+static PFNWGLWAITFORMSCOMLPROC wglWaitForMscOML;
|
||||
+static PFNWGLWAITFORSBCOMLPROC wglWaitForSbcOML;
|
||||
+
|
||||
typedef HGLRC (APIENTRY *wglCreateContextAttribsProc)(HDC, HGLRC, const int*);
|
||||
static wglCreateContextAttribsProc pcreate_context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user