mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 14:05:44 +00:00
Addressed issues
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
#include "core/hle/service/time/time.h"
|
||||
|
||||
namespace Service::Time {
|
||||
|
||||
class SharedMemory;
|
||||
|
||||
class Time final : public Module::Interface {
|
||||
public:
|
||||
explicit Time(std::shared_ptr<Module> time, std::shared_ptr<SharedMemory> shared_memory,
|
||||
|
||||
Reference in New Issue
Block a user