mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-05 21:34:11 +08:00
js在解析cht失败返回空,rs也同步这个逻辑吧
This commit is contained in:
parent
5ee5bfae33
commit
57d91b5499
@ -629,7 +629,8 @@ fn transform<'a>( list: &'a Vec<(String, String)> ) -> Vec<(&'a String, Vec<(u32
|
||||
retval.push( (serial, cheats) );
|
||||
}
|
||||
else {
|
||||
//println!("no data {}", order);
|
||||
// println!("bad cheat: {}", file);
|
||||
retval.push( (serial, vec![]) );
|
||||
}
|
||||
}
|
||||
return retval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user