feat(gx): handle changes to texture wrap settings

This commit is contained in:
fallenoak 2023-03-04 12:20:15 -06:00
parent 2282b8a54a
commit 45c1978a85
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 16 additions and 5 deletions

View file

@ -283,8 +283,8 @@ enum EGxTexTarget {
};
enum EGxTexWrapMode {
GxTex_WrapMode0 = 0,
GxTex_WrapMode1 = 1
GxTex_Clamp = 0,
GxTex_Wrap = 1
};
enum EGxXform {