From e573dab7e819e566b3cae67e47364d4e898e1083 Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:16:14 +0800 Subject: [PATCH 1/2] Add N64 Emulator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 498113a..924b7e7 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,8 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato * NES * [koute/pinky](https://github.com/koute/pinky) — * [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes) +* Nintendo 64 + * [dust](https://github.com/gopher64/gopher64) — N64 emulator written in Rust * Nintendo DS * [dust](https://github.com/kelpsyberry/dust) — A Nintendo DS emulator * PlayStation 4 From 8e0d0ff2c7f52a4c379cb01c55eda53ff404aa5b Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:19:08 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 924b7e7..01519e2 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato * [koute/pinky](https://github.com/koute/pinky) — * [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes) * Nintendo 64 - * [dust](https://github.com/gopher64/gopher64) — N64 emulator written in Rust + * [gopher64](https://github.com/gopher64/gopher64) — N64 emulator written in Rust * Nintendo DS * [dust](https://github.com/kelpsyberry/dust) — A Nintendo DS emulator * PlayStation 4