N64: change input related code to better fit mouse support

svn-id: r47420
This commit is contained in:
Fabio Battaglia 2010-01-21 18:31:46 +00:00
parent b6742d12f6
commit 66f90a40c9
4 changed files with 74 additions and 42 deletions

View file

@ -86,6 +86,8 @@ void vblCallback(void) {
sndCallback();
sndCallback();
}
((OSystem_N64*)g_system)->readControllerAnalogInput();
}
void sndCallback() {