[Scummvm-cvs-logs] CVS: scummvm/wince pocketpc.cpp,1.8,1.9

Nicolas Bacca arisme at users.sourceforge.net
Thu Apr 18 23:33:25 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv29223/wince

Modified Files:
	pocketpc.cpp 
Log Message:
Update minimalist (and broken) WinCE port

Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/pocketpc.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pocketpc.cpp	14 Apr 2002 18:13:08 -0000	1.8
--- pocketpc.cpp	19 Apr 2002 06:23:49 -0000	1.9
***************
*** 21,44 ****
  #include <assert.h>
  
- #include <aygshell.h>
- #include "resource.h"
- 
  #include "scumm.h"
  #include "screen.h"
- 
- #include "sound.h"
- 
[...1453 lines suppressed...]
  
! void OSystem_WINCE3::quit() {
! 	do_quit();
! }
  
! uint32 OSystem_WINCE3::property(int param, uint32 value) {
! 	switch(param) {
! 		case PROP_GET_SAMPLE_RATE:
! 			return 11025;
  	}
  
  	return 0;
  }
  
! OSystem *OSystem_NULL_create() {
! 	return NULL;
! }
  
! void ScummDebugger::attach(Scumm *s) {
! }





More information about the Scummvm-git-logs mailing list