mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-29 13:20:31 +00:00
Remove unnecessary comments
This commit is contained in:
parent
35e21eb3af
commit
775b50a99b
@ -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]() {
|
input->back_timeout_id = task_pool.pushDelayed([input]() {
|
||||||
auto &state = input->gamepad_state;
|
auto &state = input->gamepad_state;
|
||||||
|
|
||||||
// Release Back button
|
|
||||||
// state.buttonFlags &= ~platf::BACK;
|
|
||||||
// platf::gamepad(input->input, state);
|
|
||||||
|
|
||||||
// Press Home button
|
// Press Home button
|
||||||
state.buttonFlags |= platf::HOME;
|
state.buttonFlags |= platf::HOME;
|
||||||
platf::gamepad(input->input, state);
|
platf::gamepad(input->input, state);
|
||||||
|
@ -330,7 +330,6 @@ std::shared_ptr<display_t> display() {
|
|||||||
return shm_disp;
|
return shm_disp;
|
||||||
}
|
}
|
||||||
|
|
||||||
//FIXME: Pass frame_rate instead of hard coding it
|
|
||||||
std::unique_ptr<mic_t> microphone(std::uint32_t sample_rate) {
|
std::unique_ptr<mic_t> microphone(std::uint32_t sample_rate) {
|
||||||
std::unique_ptr<mic_attr_t> mic {
|
std::unique_ptr<mic_attr_t> mic {
|
||||||
new mic_attr_t {
|
new mic_attr_t {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user