mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
crypto: implement md5, which now used by sprof
This commit is contained in:
parent
9cc6be4d57
commit
a14dc6ed89
9 changed files with 431 additions and 5 deletions
|
@ -70,7 +70,7 @@ namespace ams::svc {
|
|||
}
|
||||
}
|
||||
|
||||
return util::ScaleByConstantFactor<s64, TicksPerSecond, NanoSecondsPerSecond>(ns);
|
||||
return util::ScaleByConstantFactorUp<s64, TicksPerSecond, NanoSecondsPerSecond>(ns);
|
||||
}
|
||||
public:
|
||||
constexpr ALWAYS_INLINE explicit Tick(s64 t = 0) : m_tick(t) { /* ... */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue