more OSystem docs & cleanup
svn-id: r8118
This commit is contained in:
parent
54b8fd8ce1
commit
e08d4f072e
18 changed files with 152 additions and 81 deletions
|
@ -827,7 +827,7 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool OSystem_SDL_Common::set_sound_proc(void *param, SoundProc *proc, byte /* format */) {
|
||||
bool OSystem_SDL_Common::set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {
|
||||
SDL_AudioSpec desired;
|
||||
|
||||
memset(&desired, 0, sizeof(desired));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue