mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
some more dynamic settings
This commit is contained in:
parent
074b9f94db
commit
cf229a8e9f
8 changed files with 28 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "GLGSRender.h"
|
||||
#include "../Common/BufferUtils.h"
|
||||
|
||||
|
|
@ -268,7 +268,7 @@ void GLGSRender::load_texture_env()
|
|||
{
|
||||
// Load textures
|
||||
gl::command_context cmd{ gl_state };
|
||||
bool update_framebuffer_sourced = false;
|
||||
bool update_framebuffer_sourced = false;
|
||||
|
||||
std::lock_guard lock(m_sampler_mutex);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue