mirror of https://github.com/PCSX2/pcsx2.git
GS-Build: Fix Dump Verticles for linux
This commit is contained in:
parent
bbe3af7f61
commit
adf01cb56a
|
@ -552,7 +552,7 @@ float GSState::GetTvRefreshRate()
|
|||
__assume(0); // unreachable
|
||||
}
|
||||
|
||||
void GSState::DumpVertices(std::string& filename)
|
||||
void GSState::DumpVertices(const std::string& filename)
|
||||
{
|
||||
std::ofstream file(filename);
|
||||
|
||||
|
|
|
@ -303,7 +303,7 @@ public:
|
|||
void SetRegsMem(u8* basemem) { m_regs = reinterpret_cast<GSPrivRegSet*>(basemem); }
|
||||
|
||||
void SetFrameSkip(int skip);
|
||||
void DumpVertices(std::string& filename);
|
||||
void DumpVertices(const std::string& filename);
|
||||
|
||||
PRIM_OVERLAP PrimitiveOverlap();
|
||||
GIFRegTEX0 GetTex0Layer(u32 lod);
|
||||
|
|
Loading…
Reference in New Issue