This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef PSXDTH | |
| #else | |
| #define PSXDTH | |
| //PS1 Hardware Dithering & Color Precision Truncation Function | |
| //by ompu co | Sam Blye (c) 2020 | |
| //PS1 dither table from PSYDEV SDK documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| """ | |
| # WARNING! | |
| # DO not use this script for malicious purposes! | |
| # Author: daegontaven - taven#0001 | |
| # License: Public Domain | |
| # README | |
| # I have resigned from using discord indefinitely to pursue schoolwork. | |
| # As such I will not be maintaining this script anymore. |