mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
add missing include
This commit is contained in:
parent
006260be47
commit
788a480ff3
|
@ -401,6 +401,7 @@ static void DumpPPCRegisters(IBus *bus)
|
||||||
#include "Model3/Model3GraphicsState.h"
|
#include "Model3/Model3GraphicsState.h"
|
||||||
#include "Util/BMPFile.h"
|
#include "Util/BMPFile.h"
|
||||||
#include "OSD/SDL/PolyAnalysis.h"
|
#include "OSD/SDL/PolyAnalysis.h"
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
static void SaveFrameBuffer(const std::string &file)
|
static void SaveFrameBuffer(const std::string &file)
|
||||||
{
|
{
|
||||||
|
@ -430,7 +431,7 @@ static void TestPolygonHeaderBits(IEmulator *Emu)
|
||||||
{
|
{
|
||||||
const static std::vector<uint32_t> unknownPolyBits
|
const static std::vector<uint32_t> unknownPolyBits
|
||||||
{
|
{
|
||||||
0x000003b0,
|
0xffffffff,
|
||||||
0x000000ab, // actual color
|
0x000000ab, // actual color
|
||||||
0x000000fc,
|
0x000000fc,
|
||||||
0x000000c0,
|
0x000000c0,
|
||||||
|
|
Loading…
Reference in a new issue