mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-13 14:20:05 +00:00
Correct exports; add some file serialization; fix service base object serialization
This commit is contained in:
parent
f2de70c3fb
commit
996aba39fe
52 changed files with 197 additions and 33 deletions
|
@ -12,6 +12,9 @@ class PM_APP final : public ServiceFramework<PM_APP> {
|
|||
public:
|
||||
PM_APP();
|
||||
~PM_APP() = default;
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
|
|
@ -12,6 +12,9 @@ class PM_DBG final : public ServiceFramework<PM_DBG> {
|
|||
public:
|
||||
PM_DBG();
|
||||
~PM_DBG() = default;
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue