More progress

This commit is contained in:
Henrik Rydgard
2016-03-20 19:26:41 +01:00
parent 4ddca8607f
commit cfbecf5071
18 changed files with 320 additions and 426 deletions
+1
View File
@@ -187,6 +187,7 @@ void WindowsHost::SetDebugMode(bool mode) {
}
void WindowsHost::PollControllers(InputState &input_state) {
return;
bool doPad = true;
for (auto iter = this->input.begin(); iter != this->input.end(); iter++)
{