diff options
| author | 2018-03-19 17:07:08 +0100 | |
|---|---|---|
| committer | 2018-03-19 17:07:08 +0100 | |
| commit | ef875d6a356fef22d52ec2cdf2a326297740ff66 (patch) | |
| tree | 8565762859d7be0329fb5991819b8381c690527d /src/core/hle/service/time | |
| parent | Merge pull request #251 from Subv/tic_tsc (diff) | |
| download | yuzu-ef875d6a356fef22d52ec2cdf2a326297740ff66.tar.gz yuzu-ef875d6a356fef22d52ec2cdf2a326297740ff66.tar.xz yuzu-ef875d6a356fef22d52ec2cdf2a326297740ff66.zip | |
Clean Warnings (?)
Diffstat (limited to 'src/core/hle/service/time')
| -rw-r--r-- | src/core/hle/service/time/time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/time.cpp b/src/core/hle/service/time/time.cpp index ad49f4265..c3e46f866 100644 --- a/src/core/hle/service/time/time.cpp +++ b/src/core/hle/service/time/time.cpp | |||
| @@ -107,7 +107,7 @@ private: | |||
| 107 | IPC::RequestParser rp{ctx}; | 107 | IPC::RequestParser rp{ctx}; |
| 108 | u64 posix_time = rp.Pop<u64>(); | 108 | u64 posix_time = rp.Pop<u64>(); |
| 109 | 109 | ||
| 110 | LOG_WARNING(Service_Time, "(STUBBED) called, posix_time=0x%016llX", posix_time); | 110 | LOG_WARNING(Service_Time, "(STUBBED) called, posix_time=0x%016lX", posix_time); |
| 111 | 111 | ||
| 112 | CalendarTime calendar_time{2018, 1, 1, 0, 0, 0}; | 112 | CalendarTime calendar_time{2018, 1, 1, 0, 0, 0}; |
| 113 | CalendarAdditionalInfo additional_info{}; | 113 | CalendarAdditionalInfo additional_info{}; |