[linux_platform] Implement a bunch of missing functions necessaries to make Xenia build correctly under Linux

With this part fixed and a function readapted from the original codebase to fix the different signature, we should have a compiling Linux build now.
This commit is contained in:
Marco Rodolfi
2025-01-20 14:45:09 +01:00
committed by Radosław Gliński
parent 3f196f4b62
commit 753698ea20
3 changed files with 137 additions and 89 deletions

View File

@@ -53,4 +53,5 @@ uint64_t Clock::QueryHostUptimeMillis() {
return host_tick_count_platform() * 1000 / host_tick_frequency_platform();
}
uint64_t Clock::QueryHostInterruptTime() { return host_tick_count_platform(); }
} // namespace xe