diff options
author | aap <aap@papnet.eu> | 2021-01-21 22:26:44 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-21 22:26:44 +0100 |
commit | 19994272258279035e62ee6f7da287a1d66c3a02 (patch) | |
tree | 9ad94c137cb69ea9593030626fcfa57e7723e176 | |
parent | bletch (diff) | |
download | re3-19994272258279035e62ee6f7da287a1d66c3a02.tar re3-19994272258279035e62ee6f7da287a1d66c3a02.tar.gz re3-19994272258279035e62ee6f7da287a1d66c3a02.tar.bz2 re3-19994272258279035e62ee6f7da287a1d66c3a02.tar.lz re3-19994272258279035e62ee6f7da287a1d66c3a02.tar.xz re3-19994272258279035e62ee6f7da287a1d66c3a02.tar.zst re3-19994272258279035e62ee6f7da287a1d66c3a02.zip |
-rw-r--r-- | src/fakerw/rpanisot.h | 6 |
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); |