From 5a7600dc79454869c6d6dfe56bf74afea2162d25 Mon Sep 17 00:00:00 2001 From: Raphaël Zumer Date: Mon, 9 Dec 2019 06:09:52 -0500 Subject: Fix "é" character encoding in NDS.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NDSCart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index 4d24000..014ae5a 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -398,7 +398,7 @@ void Write(u8 val, u32 hold) switch (CurCmd) { case 0x00: - // Pokémon carts have an IR transceiver thing, and send this + // Pokémon carts have an IR transceiver thing, and send this // to bypass it and access SRAM. // TODO: design better CurCmd = val; -- cgit v1.2.3