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:
parent
806ee13b61
commit
dba04a7e22
4 changed files with 11 additions and 7 deletions
2
test.py
2
test.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue