fix merge conflict bug

This commit is contained in:
wheremyfoodat 2024-10-19 16:31:56 +03:00 committed by GitHub
parent a681977c52
commit bdf54290de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -811,6 +811,7 @@ void main() {
})";
return ret;
}
}
void FragmentGenerator::compileLogicOps(std::string& shader, const PICA::FragmentConfig& config) {
if (api != API::GLES) [[unlikely]] {