mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
*Revert to R883 and only keeping the new game directory layouts commited by r-win
*Moved R896 to the branch
This commit is contained in:
parent
124c3f05ed
commit
c922f1b92d
@ -208,7 +208,7 @@ void Menu_DrawImg(f32 xpos, f32 ypos, f32 zpos, u16 width, u16 height, u8 data[]
|
||||
height*=.5;
|
||||
guMtxIdentity (m1);
|
||||
guMtxScaleApply(m1,m1,scaleX,scaleY,1.0);
|
||||
Vector axis = (Vector) {0 , 0, 1 };
|
||||
guVector axis = (guVector) {0 , 0, 1 };
|
||||
guMtxRotAxisDeg (m2, &axis, degrees);
|
||||
guMtxConcat(m1,m2,m);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user