mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Merge pull request #1039 from raven02/patch-1
Fix intel HD graphics crash
This commit is contained in:
commit
a342de6143
@ -1448,12 +1448,12 @@ void GLGSRender::OnInitThread()
|
||||
{
|
||||
m_context = m_frame->GetNewContext();
|
||||
|
||||
is_intel_vendor = strstr((const char*)glGetString(GL_VENDOR), "Intel");
|
||||
|
||||
m_frame->SetCurrent(m_context);
|
||||
|
||||
InitProcTable();
|
||||
|
||||
is_intel_vendor = strstr((const char*)glGetString(GL_VENDOR), "Intel");
|
||||
|
||||
glEnable(GL_TEXTURE_2D);
|
||||
glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user