From ceab4302d4ebd7c929d2014f2b51733d2e570ff0 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Fri, 26 Apr 2024 22:27:38 +0100 Subject: [PATCH] Can just refer to the emulator directly once --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ebf3aec0..4e679972 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ for performant decimals. `book/games` - games made as part of the tutorial -`emulator` - Rust bindings for the [mgba](https://mgba.io) emulator used for our purposes - -`emulator/test-runner` - The source for the test runner used to run unit tests within the emulator +`emulator` - Rust bindings for the [mgba](https://mgba.io) emulator along with the test runner you can use to run unit tests `examples` - bigger examples of a complete game, made during game jams