mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-07 15:44:59 -06:00
Forgotten one
This commit is contained in:
parent
78fdcf75e7
commit
18fa6ca961
@ -61,7 +61,7 @@ public:
|
|||||||
Show();
|
Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
__forceinline void Update(const u8 thread_id, const u64 value, const wxString& msg)
|
force_inline void Update(const u8 thread_id, const u64 value, const wxString& msg)
|
||||||
{
|
{
|
||||||
if(thread_id > m_cores) return;
|
if(thread_id > m_cores) return;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user