N64: Use OSystem's 'slots' for timer/savefile manager

This commit is contained in:
Max Horn 2011-06-07 10:55:58 +02:00
parent 14f0a0c682
commit 9e1ed9ee6a
3 changed files with 6 additions and 23 deletions

View file

@ -21,6 +21,7 @@
*/
#include "osys_n64.h"
#include "backends/timer/default/default-timer.h"
void checkTimers(void) {
OSystem_N64 *osys = (OSystem_N64 *)g_system;