| 338 | } |
| 339 | |
| 340 | void FCEUI_SetNTSCTH(bool en, int tint, int hue) |
| 341 | { |
| 342 | ntsctint=tint; |
| 343 | ntschue=hue; |
| 344 | ntsccol_enable = en; |
| 345 | FCEU_ResetPalette(); |
| 346 | } |
| 347 | |
| 348 | //this prepares the 'deemph' palette which was a horrible idea to jam a single deemph palette into 0xC0-0xFF of the 8bpp palette. |
| 349 | //its needed for GUI and lua and stuff, so we're leaving it, despite having a newer codepath for applying deemph |
no test coverage detected