diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-05-07 19:05:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 19:05:56 -0400 |
commit | 2688fb1aa2d80fc4edac87ff93365f3570cd3af8 (patch) | |
tree | b874061d30aa6a03fd3c92116df92ed6d3b91a19 /src/core/core.h | |
parent | e58090c9c731701662d0824c2fd081467f21f5c3 (diff) | |
parent | 8014dd82594dbb40e13749203e67b21e8447733c (diff) |
Merge pull request #10155 from FernandoS27/reactive-flushing-new
Y.F.C. bring back Reactive Flushing
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(); |