summaryrefslogtreecommitdiffstats
path: root/src/fakerw/rpanisot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fakerw/rpanisot.h')
-rw-r--r--src/fakerw/rpanisot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fakerw/rpanisot.h b/src/fakerw/rpanisot.h
new file mode 100644
index 00000000..a886512f
--- /dev/null
+++ b/src/fakerw/rpanisot.h
@@ -0,0 +1,6 @@
+#pragma once
+
+RwInt8 RpAnisotGetMaxSupportedMaxAnisotropy(void);
+RwTexture *RpAnisotTextureSetMaxAnisotropy(RwTexture *tex, RwInt8 val);
+RwInt8 RpAnisotTextureGetMaxAnisotropy(RwTexture *tex);
+RwBool RpAnisotPluginAttach(void);