N64: change input related code to better fit mouse support
svn-id: r47420
This commit is contained in:
parent
b6742d12f6
commit
66f90a40c9
4 changed files with 74 additions and 42 deletions
|
@ -86,6 +86,8 @@ void vblCallback(void) {
|
|||
sndCallback();
|
||||
sndCallback();
|
||||
}
|
||||
|
||||
((OSystem_N64*)g_system)->readControllerAnalogInput();
|
||||
}
|
||||
|
||||
void sndCallback() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue