mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
update to glew1.9, win binaries also from official release
This commit is contained in:
parent
2108529120
commit
f677b8cba3
11 changed files with 48310 additions and 43490 deletions
|
@ -38,7 +38,7 @@ StreamBuffer::StreamBuffer(u32 type, size_t size, StreamType uploadType)
|
|||
|
||||
if(m_uploadtype == STREAM_DETECT)
|
||||
{
|
||||
if(glewIsSupported("GL_AMD_pinned_memory"))
|
||||
if(g_Config.backend_info.bSupportsGLPinnedMemory)
|
||||
m_uploadtype = PINNED_MEMORY;
|
||||
else
|
||||
m_uploadtype = MAP_AND_SYNC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue