mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Fix "Ejected GBA cart" not adding a newline (#2140)
This commit is contained in:
@ -833,7 +833,7 @@ void GBACartSlot::SetCart(std::unique_ptr<CartCommon>&& cart) noexcept
|
|||||||
|
|
||||||
if (!Cart)
|
if (!Cart)
|
||||||
{
|
{
|
||||||
Log(LogLevel::Info, "Ejected GBA cart");
|
Log(LogLevel::Info, "Ejected GBA cart\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -917,4 +917,4 @@ void GBACartSlot::SRAMWrite(u32 addr, u8 val) noexcept
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user