Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29389
Modified Files:
MainWnd.h
Log Message:
Dialog to provide game override settings related to vba-over.ini
Index: MainWnd.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/MainWnd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MainWnd.h 13 May 2004 15:06:50 -0000 1.6
--- MainWnd.h 5 Nov 2004 00:50:02 -0000 1.7
***************
*** 409,416 ****
afx_msg void OnCheatsDisablecheats();
afx_msg void OnUpdateCheatsDisablecheats(CCmdUI* pCmdUI);
! afx_msg void OnOptionsVideoFullscreenmaxscale();
! //}}AFX_MSG
DECLARE_MESSAGE_MAP()
!
afx_msg BOOL OnFileRecentFile(UINT nID);
afx_msg BOOL OnFileLoadSlot(UINT nID);
--- 409,418 ----
afx_msg void OnCheatsDisablecheats();
afx_msg void OnUpdateCheatsDisablecheats(CCmdUI* pCmdUI);
! afx_msg void OnOptionsVideoFullscreenmaxscale();
! afx_msg void OnOptionsEmulatorGameoverrides();
! afx_msg void OnUpdateOptionsEmulatorGameoverrides(CCmdUI* pCmdUI);
! //}}AFX_MSG
DECLARE_MESSAGE_MAP()
!
afx_msg BOOL OnFileRecentFile(UINT nID);
afx_msg BOOL OnFileLoadSlot(UINT nID);
|