mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 08:48:38 +02:00
Hotfix
This commit is contained in:
parent
1ff77e36b3
commit
ad5724ced4
1 changed files with 1 additions and 1 deletions
|
|
@ -1719,7 +1719,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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue