mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -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)
|
switch (CurCmd)
|
||||||
{
|
{
|
||||||
case 0x00:
|
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.
|
// to bypass it and access SRAM.
|
||||||
// TODO: design better
|
// TODO: design better
|
||||||
CurCmd = val;
|
CurCmd = val;
|
||||||
|
Reference in New Issue
Block a user