gc_poller: Mark GCButtonFactory::GetNextInput() as const
This doesn't modify class instance state.
This commit is contained in:
parent
340875a12f
commit
7c05493952
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ std::unique_ptr<Input::ButtonDevice> GCButtonFactory::Create(const Common::Param
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
Common::ParamPackage GCButtonFactory::GetNextInput() {
|
||||
Common::ParamPackage GCButtonFactory::GetNextInput() const {
|
||||
Common::ParamPackage params;
|
||||
GCAdapter::GCPadStatus pad;
|
||||
auto& queue = adapter->GetPadQueue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue