mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
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:
parent
f370650660
commit
fb9387a38e
2 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue