From 29c7ee992984cf1183c5f292102287ff63bf713d Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 8 Aug 2023 09:33:36 +0100 Subject: [PATCH] change emulator directory notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5bead75..f4bef21e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ for performant decimals. `examples` - bigger examples of a complete game, made during game jams -`mgba-test-runner` - a wrapper around the [mgba](https://mgba.io) emulator which allows us to write unit tests in rust +`emulator` - Rust bindings for the [mgba](https://mgba.io) emulator used for our purposes. Currently this does not accept contributions. `template` - the source for the [template repository](https://github.com/agbrs/template)