mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Silence some -Wswitch-default warnings.
This commit is contained in:
@ -571,6 +571,9 @@ void TexDecoder_DecodeTexel(u8 *dst, const u8 *src, int s, int t, int imageWidth
|
||||
case 7:
|
||||
color = MakeRGBA(red2, green2, blue2, 0);
|
||||
break;
|
||||
default:
|
||||
color = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
*((u32*)dst) = color;
|
||||
|
Reference in New Issue
Block a user