mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Fix some compiler warnings
This commit is contained in:
@ -956,7 +956,7 @@ u32 DSi_MMCStorage::WriteBlock(u64 addr)
|
||||
len = Host->GetTransferrableLen(len);
|
||||
|
||||
u8 data[0x200];
|
||||
if (len = Host->DataTX(data, len))
|
||||
if ((len = Host->DataTX(data, len)))
|
||||
{
|
||||
if (File)
|
||||
{
|
||||
|
Reference in New Issue
Block a user