Fix "é" character encoding in NDS.cpp
This commit is contained in:
parent
4e8b0c8ce4
commit
5a7600dc79
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue