gb_endian_swap32() has the second byte mask wrong
Closed this issue · 1 comments
radicalzero commented
I noticed that the mask for the second and third byte in gb_endian_swap32() are the same. Here is the line: https://github.com/gingerBill/gb/blob/master/gb.h#L5524
gingerBill commented
Thanks! This has now been fixed!