SCI: Turned some relatively harmless yet frequently occurring warnings into debug messages.
svn-id: r40629
This commit is contained in:
parent
6ebdb00965
commit
f010eef04e
2 changed files with 9 additions and 8 deletions
|
@ -224,7 +224,8 @@ reg_t kLocalToGlobal(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
|||
}
|
||||
|
||||
reg_t kJoystick(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
||||
warning("Unimplemented syscall 'Joystick()");
|
||||
// Subfunction 12 sets/gets joystick repeat rate
|
||||
debug(5, "Unimplemented syscall 'Joystick()'");
|
||||
return NULL_REG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue