mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
Merge pull request #4492 from aliaspider/master
(Wii) another fix devkitpro r29.
This commit is contained in:
commit
7aaf193810
@ -998,7 +998,7 @@ static void gx_resize(void *data)
|
||||
}
|
||||
guMtxIdentity(m2);
|
||||
guMtxRotDeg(m2, 'Z', degrees);
|
||||
guMtxConcat(m1, m2, m1);
|
||||
c_guMtxConcat(m1, m2, m1);
|
||||
GX_LoadPosMtxImm(m1, GX_PNMTX0);
|
||||
|
||||
init_texture(data, 4, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user