mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-12 14:48:49 +00:00
Hotfix
This commit is contained in:
committed by
Caio Oliveira
parent
cbde52013e
commit
44637f7202
@@ -1671,7 +1671,7 @@ void RasterizerVulkan::UpdateStencilOp(Tegra::Engines::Maxwell3D::Regs& regs) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void RasterizerVulkan::UpdateSampleLocations(Maxwell::Regs& regs) {
|
void RasterizerVulkan::UpdateSampleLocations(Maxwell& regs) {
|
||||||
if (!device.IsExtSampleLocationsSupported()) {
|
if (!device.IsExtSampleLocationsSupported()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user