fix for undefined fmin & ceil on GNU Guix with GCC 5.5.0 (nw)

This commit is contained in:
smf- 2018-08-10 13:46:57 +01:00
parent 23b768a15d
commit e84cae7fc6
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "mips3com.h"
#include "mips3dsm.h"
#include "ps2vu.h"
#include <cmath>
#define ENABLE_OVERFLOWS (0)
#define ENABLE_EE_ELF_LOADER (0)

View File

@ -13,6 +13,7 @@
#include "emu.h"
#include "ps2vif1.h"
#include <cmath>
#include "video/ps2gif.h"