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