Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
ea734084
Commit
ea734084
authored
Jul 27, 2020
by
RSDuck
Browse files
check DSi interrupts for halted processor wakeup
parent
5903b11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NDS.cpp
View file @
ea734084
...
...
@@ -1270,6 +1270,9 @@ bool HaltInterrupted(u32 cpu)
if
(
IF
[
cpu
]
&
IE
[
cpu
])
return
true
;
if
((
ConsoleType
==
1
)
&&
cpu
&&
(
IF2
&
IE2
))
return
true
;
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment