mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
x86jit: Fix params in Replace_fabsf.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user