This commit is contained in:
aap 2021-01-21 22:26:44 +01:00
parent 94ff966994
commit 1999427225

6
src/fakerw/rpanisot.h Normal file
View File

@ -0,0 +1,6 @@
#pragma once
RwInt8 RpAnisotGetMaxSupportedMaxAnisotropy(void);
RwTexture *RpAnisotTextureSetMaxAnisotropy(RwTexture *tex, RwInt8 val);
RwInt8 RpAnisotTextureGetMaxAnisotropy(RwTexture *tex);
RwBool RpAnisotPluginAttach(void);