config: try to fix float locale issues

This commit is contained in:
Megamouse 2023-02-24 15:26:00 +01:00
parent afad96a52a
commit e46dba43ad
4 changed files with 39 additions and 4 deletions

View file

@ -2768,7 +2768,7 @@ bool spu_thread::do_list_transfer(spu_mfc_cmd& args)
u32 s_size = data0._u32[0];
// We need to verify matching between odd and even elements (vector test is position independant)
// We need to verify matching between odd and even elements (vector test is position independent)
// 0-5 is the most unlikely couple match for many reasons so it skips the entire check very efficiently in most cases
// Assumes padding bits should match
if (optimization_compatible == MFC_GET_CMD && s_size == data0._u32[2] && arg_size >= fetch_size * 8)