fix build errors; Mednafen 0.9.39-unstable DONE
This commit is contained in:
parent
25a9c1e5d6
commit
9def190d87
|
@ -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 },
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "psx.h"
|
||||
#include "gte.h"
|
||||
#include "math_ops.h"
|
||||
|
||||
#undef FALSE
|
||||
#undef TRUE
|
||||
|
|
Loading…
Reference in New Issue