mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 03:40:15 +00:00
pica.h: IsLightingSamplerSupported: make 'false' more explicitely the default case
This commit is contained in:
parent
3ae3b44d71
commit
6f684dc2b3
@ -737,8 +737,10 @@ struct Regs {
|
|||||||
case LightingSampler::ReflectGreen:
|
case LightingSampler::ReflectGreen:
|
||||||
case LightingSampler::ReflectBlue:
|
case LightingSampler::ReflectBlue:
|
||||||
return (config == LightingConfig::Config4) || (config == LightingConfig::Config5) || (config == LightingConfig::Config7);
|
return (config == LightingConfig::Config4) || (config == LightingConfig::Config5) || (config == LightingConfig::Config7);
|
||||||
|
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user