mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 17:58:29 +12:00
nsyshid: Add backends for cross platform USB passthrough support (#950)
This commit is contained in:
parent
2a735f1fb7
commit
98b5a8758a
17 changed files with 2298 additions and 524 deletions
|
@ -1,5 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
namespace nsyshid
|
||||
{
|
||||
class Backend;
|
||||
|
||||
void AttachBackend(const std::shared_ptr<Backend>& backend);
|
||||
|
||||
void DetachBackend(const std::shared_ptr<Backend>& backend);
|
||||
|
||||
void load();
|
||||
}
|
||||
} // namespace nsyshid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue