mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 23:42:43 +00:00
clang dosent work on this part
This commit is contained in:
parent
8b2711cccd
commit
6fd599441a
@ -94,12 +94,14 @@ void L::DrawMenuBar() {
|
|||||||
{
|
{
|
||||||
Checkbox("RCAS", &fsr.use_rcas);
|
Checkbox("RCAS", &fsr.use_rcas);
|
||||||
BeginDisabled(!fsr.use_rcas);
|
BeginDisabled(!fsr.use_rcas);
|
||||||
{
|
{
|
||||||
SliderFloat("RCAS Attenuation", &fsr.rcas_attenuation, 0.0, 3.0);
|
SliderFloat("RCAS Attenuation", &fsr.rcas_attenuation, 0.0, 3.0);
|
||||||
}
|
}
|
||||||
EndDisabled();
|
EndDisabled();
|
||||||
}
|
}
|
||||||
EndDisabled();
|
EndDisabled();
|
||||||
|
}
|
||||||
|
EndDisabled();
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
Loading…
Reference in New Issue
Block a user