mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Fix "é" character encoding in NDS.cpp
This commit is contained in:
@ -398,7 +398,7 @@ void Write(u8 val, u32 hold)
|
||||
switch (CurCmd)
|
||||
{
|
||||
case 0x00:
|
||||
// Pok<EFBFBD>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;
|
||||
|
Reference in New Issue
Block a user