mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
clang-format
This commit is contained in:
parent
587a13ab90
commit
cb7d6fa971
1 changed files with 1 additions and 2 deletions
|
@ -291,8 +291,7 @@ bool PipelineCache::RefreshGraphicsKey() {
|
|||
const auto stage = Shader::StageFromIndex(i);
|
||||
const auto params = Liverpool::GetParams(*pgm);
|
||||
|
||||
if (stage != Shader::Stage::Vertex &&
|
||||
stage != Shader::Stage::Fragment) {
|
||||
if (stage != Shader::Stage::Vertex && stage != Shader::Stage::Fragment) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue