mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
MSVC workaround
This commit is contained in:
parent
79a433e05d
commit
a8ba746fbf
1 changed files with 4 additions and 0 deletions
|
@ -1092,6 +1092,10 @@ namespace MIPSInt
|
|||
VC_NS
|
||||
};
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define isnan _isnan
|
||||
#endif
|
||||
|
||||
void Int_Vcmp(u32 op)
|
||||
{
|
||||
int vt = _VT;
|
||||
|
|
Loading…
Add table
Reference in a new issue