1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 04:02:42 +01:00

<wx/math.h> excluded, wxString forwarded

This commit is contained in:
Nekotekina 2014-08-29 23:51:11 +04:00
parent 56ba26ab24
commit 120c3261b4
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#include "stdafx.h"
#include "StrFmt.h"
#include <wx/string.h>
extern const std::string fmt::placeholder = "???";

View File

@ -1,5 +1,5 @@
#pragma once
#include <wx/string.h>
class wxString;
#if defined(_MSC_VER)
#define snprintf _snprintf

View File

@ -3,7 +3,6 @@
#include "Emu/System.h"
#include "Emu/SysCalls/Modules.h"
#include <wx/math.h>
#include "cellSysutil.h"
#include "Emu/RSX/sysutil_video.h"
#include "Emu/RSX/GSManager.h"
@ -15,7 +14,8 @@ static const float
PICTURE_SIZE = (1.0f),
UV_DELTA_PS = (1.f / 8.f),
UV_DELTA_LB = (1.f / 6.f),
XY_DELTA_LB = (1.f / 8.f);
XY_DELTA_LB = (1.f / 8.f),
M_PI = 3.1415926535897932384626433832795;
void BuildupVertexBufferNR()
{