From c6811542fa4ce544a2866ddbf285a63053137337 Mon Sep 17 00:00:00 2001 From: pasky1382 Date: Sun, 26 Jan 2014 20:05:56 +0000 Subject: [PATCH] Added a couple lua descriptions --- BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs index f275d8eda2..f09cbbd1f5 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs @@ -91,7 +91,7 @@ namespace BizHawk.Client.Common [LuaMethodAttributes( "set", - "TODO" + "Sets the bit 'pos' in 'num'" )] public static uint Set(object num, object pos) { @@ -100,7 +100,7 @@ namespace BizHawk.Client.Common [LuaMethodAttributes( "clear", - "TODO" + "Clears the bit 'pos' in 'num'" )] public static uint Clear(object num, object pos) {