mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Merge pull request #1039 from raven02/patch-1
Fix intel HD graphics crash
This commit is contained in:
commit
a342de6143
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue