mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-13 06:10:04 +00:00
APT service serialization
This commit is contained in:
parent
3e752002c4
commit
5265c79056
25 changed files with 247 additions and 17 deletions
|
@ -12,7 +12,7 @@ class ACT_A final : public Module::Interface {
|
|||
public:
|
||||
explicit ACT_A(std::shared_ptr<Module> act);
|
||||
private:
|
||||
SERVICE_SERIALIZATION(ACT_A, act)
|
||||
SERVICE_SERIALIZATION(ACT_A, act, Module)
|
||||
};
|
||||
|
||||
} // namespace Service::ACT
|
||||
|
|
|
@ -12,7 +12,7 @@ class ACT_U final : public Module::Interface {
|
|||
public:
|
||||
explicit ACT_U(std::shared_ptr<Module> act);
|
||||
private:
|
||||
SERVICE_SERIALIZATION(ACT_U, act)
|
||||
SERVICE_SERIALIZATION(ACT_U, act, Module)
|
||||
};
|
||||
|
||||
} // namespace Service::ACT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue