Blend frames option now working

This commit is contained in:
pagefault
2006-03-29 03:55:22 +00:00
parent dcc45ddf7f
commit 38c5c66d0c

View File

@@ -84,10 +84,14 @@ void Clear2xSaIBuffer()
unsigned char ntsc_phase = 0;
snes_ntsc_setup_t ntsc_setup;
snes_ntsc_t ntsc_snes;
extern unsigned char NTSCBlend;
// Init NTSC filter command, should be called whenever changes are made in the GUI related to the GUI
void NTSCFilterInit()
{
// Set GUI options
ntsc_setup.merge_fields = NTSCBlend;
snes_ntsc_init(&ntsc_snes, &ntsc_setup);
}