mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
rsx: Apply Clang-Tidy fix "modernize-use-bool-literals"
This commit is contained in:
parent
349e7c8708
commit
b91bcdbbca
4 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue