mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
Hotfix
This commit is contained in:
@@ -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()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user