Correct exports; add some file serialization; fix service base object serialization
This commit is contained in:
@@ -24,6 +24,8 @@ private:
|
||||
* 2 : Number of notifications
|
||||
*/
|
||||
void GetTotalNotifications(Kernel::HLERequestContext& ctx);
|
||||
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::NEWS
|
||||
|
@@ -12,6 +12,9 @@ namespace Service::NEWS {
|
||||
class NEWS_U final : public ServiceFramework<NEWS_U> {
|
||||
public:
|
||||
NEWS_U();
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::NEWS
|
||||
|
Reference in New Issue
Block a user