Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils: fix conversion of matrices from GL to GX
GX matrices are 3x4, and the old code was overflowing: wee need to skip the fourth row of the matrix. Fixes one issue from devkitPro#87
- Loading branch information