finished read through of SlippiPad.cpp

This commit is contained in:
Nikhil Narayana 2023-08-20 17:05:43 -07:00
commit 67a66c1935
No known key found for this signature in database
GPG key ID: 1B34839FA8D6245E

View file

@ -26,8 +26,6 @@ SlippiPad::SlippiPad(int32_t frame, s32 checksum_frame, u32 checksum, u8* pad_bu
{ {
this->checksum_frame = checksum_frame; this->checksum_frame = checksum_frame;
this->checksum = checksum; this->checksum = checksum;
// Overwrite the data portion of the pad
memcpy(this->pad_buf, pad_buf, SLIPPI_PAD_DATA_SIZE);
} }
SlippiPad::~SlippiPad() SlippiPad::~SlippiPad()