Remove unnecessary comments

This commit is contained in:
loki
2020-01-19 14:40:19 +01:00
parent 35e21eb3af
commit 775b50a99b
2 changed files with 0 additions and 5 deletions

View File

@@ -149,10 +149,6 @@ void passthrough(std::shared_ptr<input_t> &input, PNV_MULTI_CONTROLLER_PACKET pa
input->back_timeout_id = task_pool.pushDelayed([input]() {
auto &state = input->gamepad_state;
// Release Back button
// state.buttonFlags &= ~platf::BACK;
// platf::gamepad(input->input, state);
// Press Home button
state.buttonFlags |= platf::HOME;
platf::gamepad(input->input, state);