mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
warning fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1207 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -95,7 +95,7 @@ THREAD_RETURN GPWatchdogThread(void *pArg)
|
|||||||
|
|
||||||
Common::SetCurrentThreadName("GPWatchdogThread");
|
Common::SetCurrentThreadName("GPWatchdogThread");
|
||||||
|
|
||||||
while (_fifo.bFF_GPReadEnable != ~0) // blah
|
while (_fifo.bFF_GPReadEnable != ~0UL) // blah
|
||||||
{
|
{
|
||||||
// 4 ms should be enough insignificant
|
// 4 ms should be enough insignificant
|
||||||
Common::SleepCurrentThread(4);
|
Common::SleepCurrentThread(4);
|
||||||
|
Reference in New Issue
Block a user