mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
finished read through of SlippiPad.cpp
This commit is contained in:
parent
4635960038
commit
67a66c1935
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ SlippiPad::SlippiPad(int32_t frame, s32 checksum_frame, u32 checksum, u8* pad_bu
|
|||
{
|
||||
this->checksum_frame = checksum_frame;
|
||||
this->checksum = checksum;
|
||||
// Overwrite the data portion of the pad
|
||||
memcpy(this->pad_buf, pad_buf, SLIPPI_PAD_DATA_SIZE);
|
||||
}
|
||||
|
||||
SlippiPad::~SlippiPad()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue