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