From 90d8aedbd5790b500e24d0240ab27a73f17938bf Mon Sep 17 00:00:00 2001 From: pasky1382 Date: Mon, 20 Jan 2014 17:07:48 +0000 Subject: [PATCH] forgot a function. --- BizHawk.Client.Common/lua/EmuLuaLibrary.String.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.String.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.String.cs index 0d60e9bca6..e37b896fa3 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.String.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.String.cs @@ -19,6 +19,7 @@ namespace BizHawk.Client.Common "startswith", "substring", "contains", + "remove", "endswith", }; }