Add a function for HLE to consume cycles.

Needed sometimes to make timing match better for tight loops.
Also removes the Puyo Puyo Fever hack.
This commit is contained in:
Unknown W. Brackets 2013-03-09 13:41:42 -08:00
parent 806ee13b61
commit dba04a7e22
4 changed files with 11 additions and 7 deletions

View file

@ -53,6 +53,7 @@ tests_good = [
"ctrl/sampling/sampling",
"ctrl/sampling2/sampling2",
"display/display",
"display/vblankmulti",
"dmac/dmactest",
"loader/bss/bss",
"intr/intr",
@ -134,7 +135,6 @@ tests_next = [
"audio/atrac/atractest",
"audio/mp3/mp3test",
"audio/sascore/sascore",
"display/vblankmulti",
"malloc/malloc",
"threads/fpl/fpl",
"threads/k0/k0",