mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
update diff.diff
This commit is contained in:
parent
7f7b0e14e8
commit
0bd43bc885
1 changed files with 6 additions and 6 deletions
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…
Add table
Reference in a new issue