mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 11:07:52 -05: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