From fcd14bce432809e91d9e400dd7d57e71675992fa Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Sun, 11 Nov 2018 00:12:56 -0700 Subject: [PATCH] mgba version correction Co-Authored-By: Lokathor --- book/src/ch0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/ch0/index.md b/book/src/ch0/index.md index 4084be7..a8d1797 100644 --- a/book/src/ch0/index.md +++ b/book/src/ch0/index.md @@ -78,7 +78,7 @@ Once you've got something to build, you perform the following steps: At this point you have an ELF binary that some emulators can execute directly. This is helpful because it'll have debug symbols and all that, assuming a debug -build. Specifically, [mgba 0.1 beta +build. Specifically, [mgba 0.7 beta 1](https://mgba.io/2018/09/24/mgba-0.7-beta1/) can do it, and perhaps other emulators can also do it.