mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Removing Core::IsGPUThread()
and Core::IsCPUThread()
calls in favor of simple bool isCPUThread
parameter value.
This commit is contained in:
@ -465,8 +465,8 @@ End:
|
||||
|
||||
void * memcpy_amd(void *dest, const void *src, size_t n)
|
||||
{
|
||||
memcpy(dest, src, n);
|
||||
return dest;
|
||||
memcpy(dest, src, n);
|
||||
return dest;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user