Fix for linux screensaver inhibit caused by a misinterpretation of the window id.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6493 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-11-28 17:23:13 +00:00
parent f370650660
commit fb9387a38e
2 changed files with 1 additions and 13 deletions

View File

@ -379,8 +379,6 @@ void DSPEmitter::CompileDispatcher()
// Don't use the % operator in the inner loop. It's slow.
int STACKALIGN DSPEmitter::RunForCycles(int cycles)
{
const int idle_cycles = DSP_IDLE_SKIP_CYCLES;
while (!(g_dsp.cr & CR_HALT))
{
// Compile the block if needed