mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-05 18:52:43 +00:00
Silence some -Wswitch-default warnings.
This commit is contained in:
parent
54f1e3a3c1
commit
b030d29067
7 changed files with 20 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue