mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 02:08:31 +12:00
Merge with latest.
This commit is contained in:
commit
345098c37a
484 changed files with 30773 additions and 15076 deletions
|
@ -1,8 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
namespace nsyshid
|
||||
{
|
||||
class Backend;
|
||||
|
||||
void AttachBackend(const std::shared_ptr<Backend>& backend);
|
||||
|
||||
void DetachBackend(const std::shared_ptr<Backend>& backend);
|
||||
|
||||
void save(MemStreamWriter& s);
|
||||
void restore(MemStreamReader& s);
|
||||
|
||||
void load();
|
||||
}
|
||||
} // namespace nsyshid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue