[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.cpp,1.6,1.7 gp32.h,1.7,1.8
Max Horn
fingolfin at users.sourceforge.net
Thu May 29 15:36:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/gp32
In directory sc8-pr-cvs1:/tmp/cvs-serv7325/backends/gp32
Modified Files:
gp32.cpp gp32.h
Log Message:
more OSystem docs & cleanup
Index: gp32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gp32.cpp 29 May 2003 21:45:22 -0000 1.6
+++ gp32.cpp 29 May 2003 22:34:32 -0000 1.7
@@ -980,7 +980,7 @@
// Set the function to be invoked whenever samples need to be generated
// Format is the sample type format.
// Only 16-bit signed mode is needed for simon & scumm
-bool OSystem_GP32::set_sound_proc(void *param, SoundProc *proc, byte format) {
+bool OSystem_GP32::set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {
return false;
}
Index: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gp32.h 29 May 2003 21:45:22 -0000 1.7
+++ gp32.h 29 May 2003 22:34:33 -0000 1.8
@@ -80,7 +80,7 @@
// Set the function to be invoked whenever samples need to be generated
// Format is the sample type format.
// Only 16-bit signed mode is needed for simon & scumm
- bool set_sound_proc(void *param, SoundProc *proc, byte format);
+ bool set_sound_proc(SoundProc *proc, void *param, SoundFormat format);
// Get or set a property
uint32 property(int param, Property *value);
More information about the Scummvm-git-logs
mailing list