1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-02 15:23:24 -07:00

bump bizhawk version, fix typo

This commit is contained in:
Connor Olding 2018-05-03 19:24:31 +02:00
parent 24ed3cf883
commit 5af9be889b

View File

@ -14,7 +14,7 @@ on the wikis][cm] hosted at CloudModding.
## Lua Scripts
this repo contains a ton of Lua scripts
written for [version 2.2.1 of Bizhawk.][bizhawk]
written for [version 2.2.2 of Bizhawk.][bizhawk]
all the scripts you'll want to use are in the root Lua directory,
and their dependencies are in further subdirectories.
that means, if you want to use a script,
@ -81,7 +81,7 @@ to install binaries of bash, python, and gcc.
then all that's left is to compile LuaJIT yourself,
or you can [grab a 64-bit binary built by myself.](//eaguru.guru/t/luajit.7z)
last, but not least, you will need the approriate ROM for the ROM hack.
last, but not least, you will need the appropriate ROM for the ROM hack.
you will probably need to change the hard-coded paths to the ROMs.
*(note to self: change scripts to take the required ROM as their first argument)*