mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 23:55:45 +00:00
kraken: Address comments from review
Fix compiler bug
This commit is contained in:
parent
25521cd948
commit
30de38ee7f
17 changed files with 54 additions and 66 deletions
|
@ -24,7 +24,7 @@ class LibUSBDeviceHandle;
|
|||
|
||||
class GCAdapter : public InputCommon::InputEngine {
|
||||
public:
|
||||
explicit GCAdapter(const std::string input_engine_);
|
||||
explicit GCAdapter(const std::string& input_engine_);
|
||||
~GCAdapter();
|
||||
|
||||
Common::Input::VibrationError SetRumble(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue