Video: Fixed palette for emphasis bits not being generated when no palette data exists in config

This commit is contained in:
Sour 2019-07-07 08:38:45 -04:00
parent 4c701ad6cf
commit 373c489b01

View file

@ -698,7 +698,7 @@ private:
public:
EmulationSettings()
{
memcpy(_userPalette, _ppuPaletteArgb, sizeof(_userPalette));
SetUserRgbPalette(_ppuPaletteArgb[0]);
}
static uint32_t GetMesenVersion()