mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-19 21:40:43 +00:00
Fix msvc parsing error caused by different naming
This commit is contained in:
parent
306776626a
commit
fec9fcda7d
@ -83,7 +83,7 @@ std::mutex g_tty_mutex;
|
|||||||
|
|
||||||
namespace atomic_wait
|
namespace atomic_wait
|
||||||
{
|
{
|
||||||
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 stats));
|
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 max_coll));
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user