Update of /cvsroot/vba/VisualBoyAdvance/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20723/src
Modified Files:
System.h
Log Message:
added yuansyuan's smooth feature
rewind state is now NOT reseted after loadState
Index: System.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/System.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** System.h 13 May 2004 15:06:44 -0000 1.13
--- System.h 21 Jun 2006 16:58:15 -0000 1.14
***************
*** 107,110 ****
--- 107,116 ----
extern void systemGbBorderOn();
+ extern void Sm60FPS_Init();
+ extern bool Sm60FPS_CanSkipFrame();
+ extern void Sm60FPS_Sleep();
+ extern void DbgMsg(const char *msg, ...);
+ extern void winlog(const char *,...);
+
extern bool systemSoundOn;
extern u16 systemColorMap16[0x10000];
***************
*** 119,122 ****
--- 125,129 ----
extern int systemFrameSkip;
extern int systemSaveUpdateCounter;
+ extern int systemSpeed;
#define SYSTEM_SAVE_UPDATED 30
|