mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
remove unexplained commented out code that I added myself with the last PR
* remove unexplained commented out code that I added myself * revert asmjit settings change that was meant to only be local for me
This commit is contained in:
parent
bd6837f2f9
commit
e85abdeb2c
16 changed files with 5 additions and 215 deletions
|
|
@ -608,9 +608,8 @@ void GLGSRender::OnInit()
|
|||
|
||||
void GLGSRender::OnInitThread()
|
||||
{
|
||||
m_context = m_frame->GetNewContext();//new rGLContext(m_frame->GetCanvas());
|
||||
m_context = m_frame->GetNewContext();
|
||||
|
||||
//m_frame->GetCanvas()->SetCurrent(*m_context);
|
||||
m_frame->SetCurrent(m_context);
|
||||
|
||||
InitProcTable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue