x86jit: Fix params in Replace_fabsf.

This commit is contained in:
Unknown W. Brackets
2016-05-31 10:40:14 -07:00
parent 7814cdced2
commit 419b960403
6 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include "GPU/GLES/Framebuffer.h"
static const int leftColumnWidth = 200;
static const float orgRatio = 1.764706;
static const float orgRatio = 1.764706f;
// Ugly hackery, need to rework some stuff to get around this
static float local_dp_xres;