From 23caf74a3414e7d17ffa2707ebc1f6a851d227a6 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 16 Dec 2015 13:39:45 -0800 Subject: [PATCH] disable CLR on luaglue.cpp this should work around Lua numbers being casted to floats when the N64 core is loaded. note that the included lua51.dll has yet to be rebuilt. --- LuaInterface/Lua/src/lua514.vcxproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LuaInterface/Lua/src/lua514.vcxproj b/LuaInterface/Lua/src/lua514.vcxproj index a092582da0..ce6ac6f33c 100644 --- a/LuaInterface/Lua/src/lua514.vcxproj +++ b/LuaInterface/Lua/src/lua514.vcxproj @@ -204,7 +204,11 @@ false false - + + false + false + false +