mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
@@ -221,7 +221,7 @@ void IncrementCursor (void)
|
||||
}
|
||||
}
|
||||
else
|
||||
SetCursor((CursPtr)*GetCursor(watchCursor));
|
||||
SetBuiltinCursor(watchCursor);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DecrementCursor
|
||||
@@ -249,7 +249,7 @@ void DecrementCursor (void)
|
||||
}
|
||||
}
|
||||
else
|
||||
SetCursor((CursPtr)*GetCursor(watchCursor));
|
||||
SetBuiltinCursor(watchCursor);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SpinCursor
|
||||
|
Reference in New Issue
Block a user