Video: Fixed palette for emphasis bits not being generated when no palette data exists in config
This commit is contained in:
parent
4c701ad6cf
commit
373c489b01
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ private:
|
||||||
public:
|
public:
|
||||||
EmulationSettings()
|
EmulationSettings()
|
||||||
{
|
{
|
||||||
memcpy(_userPalette, _ppuPaletteArgb, sizeof(_userPalette));
|
SetUserRgbPalette(_ppuPaletteArgb[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint32_t GetMesenVersion()
|
static uint32_t GetMesenVersion()
|
||||||
|
|
Loading…
Add table
Reference in a new issue