fix build errors; Mednafen 0.9.39-unstable DONE

This commit is contained in:
zeromus 2020-04-05 23:27:00 -04:00
parent 25a9c1e5d6
commit 9def190d87
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,9 @@
namespace MDFN_IEN_PSX
{
//static data
uint8 PS_GPU::DitherLUT[4][4][512]; // Y, X, 8-bit source value(256 extra for saturation)
static const int8 dither_table[4][4] =
{
{ -4, 0, -3, 1 },

View File

@ -23,6 +23,7 @@
#include "psx.h"
#include "gte.h"
#include "math_ops.h"
#undef FALSE
#undef TRUE