Update contributing guide for the new Lua setup

This commit is contained in:
CasualPokePlayer 2022-12-21 20:46:20 -08:00 committed by GitHub
parent bc12fcca87
commit c2a5b37799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -14,10 +14,10 @@ Jump to:
- [iso-parser](#iso-parser) - [iso-parser](#iso-parser)
- [libmupen64plus](#libmupen64plus) - [libmupen64plus](#libmupen64plus)
- [LibretroBridge](#libretrobridge) - [LibretroBridge](#libretrobridge)
- [LuaInterface](#luainterface)
- [Mednadisc](#mednadisc) - [Mednadisc](#mednadisc)
- [Misc. submodules](#misc-submodules) - [Misc. submodules](#misc-submodules)
- [MSXHawk](#msxhawk) - [MSXHawk](#msxhawk)
- [NLua](#nlua)
- [Nyma cores](#nyma-cores) - [Nyma cores](#nyma-cores)
- [Octoshock](#octoshock) - [Octoshock](#octoshock)
- [QuickNES](#quicknes) - [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 ## Mednadisc
> Library for reading disc images, ported from Mednafen. > 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 ## Nyma cores
> Several cores ported from Mednafen with minimal changes, so tracking upstream is easier. > Several cores ported from Mednafen with minimal changes, so tracking upstream is easier.