Update contributing guide for the new Lua setup
This commit is contained in:
parent
bc12fcca87
commit
c2a5b37799
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue