mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
[CHG] RawTo4x4RGBA credited to the good person
This commit is contained in:
parent
ecd85143e6
commit
346889e86b
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*===========================================
|
||||
GRRLIB (GX version) 3.0.5 alpha
|
||||
GRRLIB (GX version) 4.0.0
|
||||
Code : NoNameNo
|
||||
Additional Code : Crayon
|
||||
GX hints : RedShade
|
||||
|
@ -182,7 +182,7 @@ static GRRLIB_texImg GRRLIB_LoadTexturePNG(const unsigned char my_png[]) {
|
|||
|
||||
/**
|
||||
* Convert a raw bmp (RGB, no alpha) to 4x4RGBA.
|
||||
* @author DrTwox
|
||||
* @author DragonMinded
|
||||
* @param src
|
||||
* @param dst
|
||||
* @param width
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*===========================================
|
||||
GRRLIB (GX version) 3.0.5 alpha
|
||||
GRRLIB (GX version) 4.0.0
|
||||
Code : NoNameNo
|
||||
Additional Code : Crayon
|
||||
GX hints : RedShade
|
||||
|
|
Loading…
Reference in a new issue