diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-05-08 01:05:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 01:05:56 +0200 |
commit | 2688fb1aa2d80fc4edac87ff93365f3570cd3af8 (patch) | |
tree | b874061d30aa6a03fd3c92116df92ed6d3b91a19 /src/core/core.h | |
parent | Merge pull request #10097 from german77/nfp_full (diff) | |
parent | Texture cache: Only force flush the dma downloads (diff) | |
download | yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar.gz yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar.bz2 yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar.lz yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar.xz yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.tar.zst yuzu-2688fb1aa2d80fc4edac87ff93365f3570cd3af8.zip |
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 4a5aba032..4f153154f 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -222,6 +222,8 @@ public: /// Prepare the core emulation for a reschedule void PrepareReschedule(u32 core_index); + [[nodiscard]] size_t GetCurrentHostThreadID() const; + /// Gets and resets core performance statistics [[nodiscard]] PerfStatsResults GetAndResetPerfStats(); |