From c2a5b377992a1ffdee046f4dc34719762538e811 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 21 Dec 2022 20:46:20 -0800 Subject: [PATCH] Update contributing guide for the new Lua setup --- contributing.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/contributing.md b/contributing.md index a400ed67dd..b0d800ae85 100644 --- a/contributing.md +++ b/contributing.md @@ -14,10 +14,10 @@ Jump to: - [iso-parser](#iso-parser) - [libmupen64plus](#libmupen64plus) - [LibretroBridge](#libretrobridge) - - [LuaInterface](#luainterface) - [Mednadisc](#mednadisc) - [Misc. submodules](#misc-submodules) - [MSXHawk](#msxhawk) + - [NLua](#nlua) - [Nyma cores](#nyma-cores) - [Octoshock](#octoshock) - [QuickNES](#quicknes) @@ -181,13 +181,6 @@ Uses C++. -## LuaInterface -> Part of EmuHawk's Lua host. - -Uses C#; you will need the .NET SDK or an IDE which includes it. See the [.NET section](#for-any-net-project). - - - ## Mednadisc > Library for reading disc images, ported from Mednafen. @@ -224,6 +217,13 @@ Uses C++. +## NLua +> Part of EmuHawk's Lua host. + +Uses C#; you will need the .NET SDK or an IDE which includes it. See the [.NET section](#for-any-net-project). + + + ## Nyma cores > Several cores ported from Mednafen with minimal changes, so tracking upstream is easier.