mirror of https://github.com/mgba-emu/mgba.git
README: Minor updates
This commit is contained in:
parent
3bacc33ebe
commit
1acaa45ea5
|
@ -234,6 +234,7 @@ mGBA has no hard dependencies, however, the following optional dependencies are
|
||||||
- SQLite3: for game databases.
|
- SQLite3: for game databases.
|
||||||
- libelf: for ELF loading.
|
- libelf: for ELF loading.
|
||||||
- Lua: for scripting.
|
- Lua: for scripting.
|
||||||
|
- json-c: for the scripting `storage` API.
|
||||||
|
|
||||||
SQLite3, libpng, and zlib are included with the emulator, so they do not need to be externally compiled first.
|
SQLite3, libpng, and zlib are included with the emulator, so they do not need to be externally compiled first.
|
||||||
|
|
||||||
|
@ -254,7 +255,7 @@ Footnotes
|
||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
|
|
||||||
mGBA is Copyright © 2013 – 2022 Jeffrey Pfau. It is distributed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/). A copy of the license is available in the distributed LICENSE file.
|
mGBA is Copyright © 2013 – 2023 Jeffrey Pfau. It is distributed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/). A copy of the license is available in the distributed LICENSE file.
|
||||||
|
|
||||||
mGBA contains the following third-party libraries:
|
mGBA contains the following third-party libraries:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue