We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4815b5 commit dd1b354Copy full SHA for dd1b354
source/main.c
@@ -95,7 +95,7 @@ int main(int argc, char* argv[]) {
95
}
96
97
time_t currentTime;
98
- Result rs = timeGetCurrentTime(TimeType_NetworkSystemClock, (u64*)¤tTime);
+ Result rs = timeGetCurrentTime(TimeType_UserSystemClock, (u64*)¤tTime);
99
if (R_FAILED(rs)) {
100
printf("timeGetCurrentTime failed with %x", rs);
101
return consoleExitWithMsg("");
0 commit comments