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
dd2b86d0
Commit
dd2b86d0
authored
Jun 20, 2021
by
Arisotura
Browse files
add missing default return value. fixes #1105
parent
5b9f9726
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NDSCart.cpp
View file @
dd2b86d0
...
...
@@ -1118,6 +1118,8 @@ u8 CartRetailIR::SPIWrite(u8 val, u32 pos, bool last)
case
0x08
:
// ID
return
0xAA
;
}
return
0
;
}
...
...
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