mirror of
https://github.com/wiiu-env/PayloadLoaderInstaller.git
synced 2025-01-26 23:05:29 +01:00
remove unneeded memset
vpad is already initialized by {}
This commit is contained in:
parent
173c648a1a
commit
089a86e79c
@ -23,7 +23,6 @@ class VPadInput : public Input {
|
|||||||
public:
|
public:
|
||||||
//!Constructor
|
//!Constructor
|
||||||
VPadInput() {
|
VPadInput() {
|
||||||
memset(&vpad, 0, sizeof(vpad));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//!Destructor
|
//!Destructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user