mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 12:15:19 +02:00
More progress
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user