some more dynamic settings

This commit is contained in:
Megamouse 2020-04-14 19:13:52 +02:00
parent 074b9f94db
commit cf229a8e9f
8 changed files with 28 additions and 22 deletions

View file

@ -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);