mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 23:40:39 +00:00
Memory initialization fixed
This commit is contained in:
parent
3c87e71177
commit
823bfae5ea
@ -78,7 +78,7 @@ static std::vector<ButtonMapping> controllerMapping[2] = {
|
||||
leftControllerMapping,
|
||||
rightControllerMapping
|
||||
};
|
||||
static bool controllerMotion[2][5];
|
||||
static bool controllerMotion[2][5] = {};
|
||||
static int mouseController = -1;
|
||||
static bool mousePressed[] = {false, false};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user