More progress

This commit is contained in:
Henrik Rydgard 2016-01-02 02:08:05 +01:00
parent 4ddca8607f
commit cfbecf5071
18 changed files with 320 additions and 426 deletions

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++)
{