rsx: Apply Clang-Tidy fix "modernize-use-bool-literals"

This commit is contained in:
scribam 2019-06-08 08:32:09 +02:00 committed by kd-11
parent 349e7c8708
commit b91bcdbbca
4 changed files with 12 additions and 12 deletions

View file

@ -400,7 +400,7 @@ void GLGSRender::end()
std::chrono::time_point<steady_clock> draw_start = textures_end;
// Optionally do memory synchronization if the texture stage has not yet triggered this
if (1)//g_cfg.video.strict_rendering_mode)
if (true)//g_cfg.video.strict_rendering_mode)
{
gl_state.enable(GL_FALSE, GL_SCISSOR_TEST);