mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
Fix the capitalization of "GameCube" throughout the project.
This commit is contained in:
parent
28c8802515
commit
5d793881b0
31 changed files with 59 additions and 59 deletions
|
@ -24,9 +24,9 @@ extern const unsigned char sfont_raw[][9*10];
|
|||
GC_ALIGNED16(u8 texMem[TMEM_SIZE]);
|
||||
|
||||
|
||||
// Gamecube/Wii texture decoder
|
||||
// GameCube/Wii texture decoder
|
||||
|
||||
// Decodes all known Gamecube/Wii texture formats.
|
||||
// Decodes all known GameCube/Wii texture formats.
|
||||
// by ector
|
||||
|
||||
int TexDecoder_GetTexelSizeInNibbles(int format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue