rlm@1
|
1 #if !defined(AFX_MAINWND_H__E8AD28B9_C9FB_4EC2_A2DC_DD1BBA55A275__INCLUDED_)
|
rlm@1
|
2 #define AFX_MAINWND_H__E8AD28B9_C9FB_4EC2_A2DC_DD1BBA55A275__INCLUDED_
|
rlm@1
|
3
|
rlm@1
|
4 #if _MSC_VER > 1000
|
rlm@1
|
5 #pragma once
|
rlm@1
|
6 #endif // _MSC_VER > 1000
|
rlm@1
|
7 // MainWnd.h : header file
|
rlm@1
|
8 //
|
rlm@1
|
9
|
rlm@1
|
10 /////////////////////////////////////////////////////////////////////////////
|
rlm@1
|
11 // MainWnd window
|
rlm@1
|
12
|
rlm@1
|
13 class MainWnd : public CWnd
|
rlm@1
|
14 {
|
rlm@1
|
15 // Constructor/Destructor
|
rlm@1
|
16 public:
|
rlm@1
|
17 MainWnd();
|
rlm@1
|
18 virtual ~MainWnd();
|
rlm@1
|
19
|
rlm@1
|
20 // Attributes
|
rlm@1
|
21 private:
|
rlm@1
|
22 HCURSOR arrow;
|
rlm@1
|
23 HACCEL m_hAccelTable;
|
rlm@1
|
24
|
rlm@1
|
25 // Implementation
|
rlm@1
|
26 private:
|
rlm@1
|
27
|
rlm@1
|
28 // Operations
|
rlm@1
|
29 public:
|
rlm@1
|
30 afx_msg void OnOptionsEmulatorSelectbiosfile();
|
rlm@1
|
31 void winFileClose(bool reopening = false);
|
rlm@1
|
32 bool winFileRun(bool reopening = false);
|
rlm@1
|
33 bool winFileOpenSelect(int cartridgeType);
|
rlm@1
|
34 void winMouseOn();
|
rlm@1
|
35 void winConfirmMode();
|
rlm@1
|
36
|
rlm@1
|
37 // Overrides
|
rlm@1
|
38 // ClassWizard generated virtual function overrides
|
rlm@1
|
39 //{{AFX_VIRTUAL(MainWnd)
|
rlm@1
|
40 public:
|
rlm@1
|
41 virtual BOOL PreTranslateMessage(MSG*pMsg);
|
rlm@1
|
42 //}}AFX_VIRTUAL
|
rlm@1
|
43
|
rlm@1
|
44 // Generated message map functions
|
rlm@1
|
45 protected:
|
rlm@1
|
46 //{{AFX_MSG(MainWnd)
|
rlm@1
|
47 afx_msg LRESULT OnConfirmMode(WPARAM, LPARAM);
|
rlm@1
|
48 afx_msg LRESULT OnMySysCommand(WPARAM, LPARAM);
|
rlm@1
|
49
|
rlm@1
|
50 afx_msg void OnMove(int x, int y);
|
rlm@1
|
51 afx_msg void OnContextMenu(CWnd*pWnd, CPoint point);
|
rlm@1
|
52 afx_msg void OnSize(UINT nType, int cx, int cy);
|
rlm@1
|
53 afx_msg void OnClose();
|
rlm@1
|
54 afx_msg void OnInitMenuPopup(CMenu*pPopupMenu, UINT nIndex, BOOL bSysMenu);
|
rlm@1
|
55 afx_msg void OnMouseMove(UINT nFlags, CPoint point);
|
rlm@1
|
56 afx_msg void OnInitMenu(CMenu*pMenu);
|
rlm@1
|
57 afx_msg void OnPaint();
|
rlm@1
|
58 afx_msg void OnDropFiles(HDROP hDropInfo);
|
rlm@1
|
59 afx_msg void OnActivate(UINT nState, CWnd*pWndOther, BOOL bMinimized);
|
rlm@1
|
60 #if _MSC_VER <= 1200
|
rlm@1
|
61 afx_msg void OnActivateApp(BOOL bActive, HTASK hTask);
|
rlm@1
|
62 #else
|
rlm@1
|
63 afx_msg void OnActivateApp(BOOL bActive, DWORD hTask);
|
rlm@1
|
64 #endif
|
rlm@1
|
65
|
rlm@1
|
66 afx_msg void OnUpdateOptionsJoypadAutofire(CCmdUI *pCmdUI);
|
rlm@1
|
67 afx_msg BOOL OnOptionsJoypadAutofire(UINT nID);
|
rlm@1
|
68 afx_msg void OnUpdateOptionsJoypadSticky(CCmdUI *pCmdUI);
|
rlm@1
|
69 afx_msg BOOL OnOptionsJoypadSticky(UINT nID);
|
rlm@1
|
70 afx_msg void OnUpdateOptionsJoypadDefault(CCmdUI *pCmdUI);
|
rlm@1
|
71 afx_msg BOOL OnOptionsJoypadDefault(UINT nID);
|
rlm@1
|
72 afx_msg void OnUpdateOptionsFilterIFB(CCmdUI *pCmdUI);
|
rlm@1
|
73 afx_msg BOOL OnOptionsFilterIFB(UINT nID);
|
rlm@1
|
74 afx_msg void OnUpdateOptionsFilter(CCmdUI *pCmdUI);
|
rlm@1
|
75 afx_msg BOOL OnOptionsFilter(UINT nID);
|
rlm@1
|
76 afx_msg void OnUpdateOptionsPriority(CCmdUI *pCmdUI);
|
rlm@1
|
77 afx_msg BOOL OnOptionsPriority(UINT nID);
|
rlm@1
|
78 afx_msg void OnUpdateOptionsSoundVolume(CCmdUI *pCmdUI);
|
rlm@1
|
79 afx_msg BOOL OnOptionsSoundVolume(UINT nID);
|
rlm@1
|
80 afx_msg void OnUpdateOptionsEmulatorShowSpeed(CCmdUI *pCmdUI);
|
rlm@1
|
81 afx_msg BOOL OnOptionsEmulatorShowSpeed(UINT nID);
|
rlm@1
|
82 afx_msg void OnUpdateVideoLayer(CCmdUI*pCmdUI);
|
rlm@1
|
83 afx_msg BOOL OnVideoLayer(UINT nID);
|
rlm@1
|
84 afx_msg BOOL OnOptionVideoSize(UINT nID);
|
rlm@1
|
85 afx_msg BOOL OnOptionsFrameskip(UINT nID);
|
rlm@1
|
86 afx_msg void OnFileTogglemenu();
|
rlm@1
|
87
|
rlm@1
|
88 afx_msg void OnSystemMinimize();
|
rlm@1
|
89 afx_msg void OnSystemMaximize();
|
rlm@1
|
90
|
rlm@1
|
91 afx_msg void OnHelpAbout();
|
rlm@1
|
92 afx_msg void OnHelpFaq();
|
rlm@1
|
93 afx_msg void OnFileOpen();
|
rlm@1
|
94 afx_msg void OnFileOpenGBx();
|
rlm@1
|
95 afx_msg void OnFilePause();
|
rlm@1
|
96 afx_msg void OnUpdateFilePause(CCmdUI*pCmdUI);
|
rlm@1
|
97 afx_msg void OnFileReset();
|
rlm@1
|
98 afx_msg void OnUpdateFileReset(CCmdUI*pCmdUI);
|
rlm@1
|
99 afx_msg void OnUpdateFileRecentFreeze(CCmdUI*pCmdUI);
|
rlm@1
|
100 afx_msg void OnFileRecentReset();
|
rlm@1
|
101 afx_msg void OnFileRecentFreeze();
|
rlm@1
|
102 afx_msg void OnFileExit();
|
rlm@1
|
103 afx_msg void OnFileClose();
|
rlm@1
|
104 afx_msg void OnUpdateFileClose(CCmdUI*pCmdUI);
|
rlm@1
|
105 afx_msg void OnFileLoad();
|
rlm@1
|
106 afx_msg void OnUpdateFileLoad(CCmdUI*pCmdUI);
|
rlm@1
|
107 afx_msg void OnFileSave();
|
rlm@1
|
108 afx_msg void OnUpdateFileSave(CCmdUI*pCmdUI);
|
rlm@1
|
109 afx_msg void OnFileImportBatteryfile();
|
rlm@1
|
110 afx_msg void OnUpdateFileImportBatteryfile(CCmdUI*pCmdUI);
|
rlm@1
|
111 afx_msg void OnFileImportGamesharkcodefile();
|
rlm@1
|
112 afx_msg void OnUpdateFileImportGamesharkcodefile(CCmdUI*pCmdUI);
|
rlm@1
|
113 afx_msg void OnFileImportGamesharksnapshot();
|
rlm@1
|
114 afx_msg void OnUpdateFileImportGamesharksnapshot(CCmdUI*pCmdUI);
|
rlm@1
|
115 afx_msg void OnFileExportBatteryfile();
|
rlm@1
|
116 afx_msg void OnUpdateFileExportBatteryfile(CCmdUI*pCmdUI);
|
rlm@1
|
117 afx_msg void OnFileExportGamesharksnapshot();
|
rlm@1
|
118 afx_msg void OnUpdateFileExportGamesharksnapshot(CCmdUI*pCmdUI);
|
rlm@1
|
119 afx_msg void OnFileQuickScreencapture();
|
rlm@1
|
120 afx_msg void OnFileScreencapture();
|
rlm@1
|
121 afx_msg void OnUpdateFileScreencapture(CCmdUI*pCmdUI);
|
rlm@1
|
122 afx_msg void OnFileRominformation();
|
rlm@1
|
123 afx_msg void OnUpdateFileRominformation(CCmdUI*pCmdUI);
|
rlm@1
|
124 afx_msg void OnUpdateFileTogglemenu(CCmdUI*pCmdUI);
|
rlm@1
|
125 afx_msg void OnUpdateOptionsFrameskipThrottleNothrottle(CCmdUI*pCmdUI);
|
rlm@1
|
126 afx_msg void OnUpdateOptionsFrameskipThrottle6(CCmdUI*pCmdUI);
|
rlm@1
|
127 afx_msg void OnUpdateOptionsFrameskipThrottle15(CCmdUI*pCmdUI);
|
rlm@1
|
128 afx_msg void OnUpdateOptionsFrameskipThrottle25(CCmdUI*pCmdUI);
|
rlm@1
|
129 afx_msg void OnUpdateOptionsFrameskipThrottle50(CCmdUI*pCmdUI);
|
rlm@1
|
130 afx_msg void OnUpdateOptionsFrameskipThrottle75(CCmdUI*pCmdUI);
|
rlm@1
|
131 afx_msg void OnUpdateOptionsFrameskipThrottle100(CCmdUI*pCmdUI);
|
rlm@1
|
132 afx_msg void OnUpdateOptionsFrameskipThrottle125(CCmdUI*pCmdUI);
|
rlm@1
|
133 afx_msg void OnUpdateOptionsFrameskipThrottle150(CCmdUI*pCmdUI);
|
rlm@1
|
134 afx_msg void OnUpdateOptionsFrameskipThrottle200(CCmdUI*pCmdUI);
|
rlm@1
|
135 afx_msg void OnUpdateOptionsFrameskipThrottle300(CCmdUI*pCmdUI);
|
rlm@1
|
136 afx_msg void OnUpdateOptionsFrameskipThrottle400(CCmdUI*pCmdUI);
|
rlm@1
|
137 afx_msg void OnUpdateOptionsFrameskipThrottle600(CCmdUI*pCmdUI);
|
rlm@1
|
138 afx_msg void OnUpdateOptionsFrameskipThrottle1000(CCmdUI*pCmdUI);
|
rlm@1
|
139 afx_msg void OnUpdateOptionsFrameskipThrottleOther(CCmdUI*pCmdUI);
|
rlm@1
|
140 afx_msg void OnUpdateOptionsFrameskipThrottleIncrease(CCmdUI*pCmdUI);
|
rlm@1
|
141 afx_msg void OnUpdateOptionsFrameskipThrottleDecrease(CCmdUI*pCmdUI);
|
rlm@1
|
142 afx_msg void OnOptionsFrameskipThrottleNothrottle();
|
rlm@1
|
143 afx_msg void OnOptionsFrameskipThrottle6();
|
rlm@1
|
144 afx_msg void OnOptionsFrameskipThrottle15();
|
rlm@1
|
145 afx_msg void OnOptionsFrameskipThrottle25();
|
rlm@1
|
146 afx_msg void OnOptionsFrameskipThrottle50();
|
rlm@1
|
147 afx_msg void OnOptionsFrameskipThrottle75();
|
rlm@1
|
148 afx_msg void OnOptionsFrameskipThrottle100();
|
rlm@1
|
149 afx_msg void OnOptionsFrameskipThrottle125();
|
rlm@1
|
150 afx_msg void OnOptionsFrameskipThrottle150();
|
rlm@1
|
151 afx_msg void OnOptionsFrameskipThrottle200();
|
rlm@1
|
152 afx_msg void OnOptionsFrameskipThrottle300();
|
rlm@1
|
153 afx_msg void OnOptionsFrameskipThrottle400();
|
rlm@1
|
154 afx_msg void OnOptionsFrameskipThrottle600();
|
rlm@1
|
155 afx_msg void OnOptionsFrameskipThrottle1000();
|
rlm@1
|
156 afx_msg void OnOptionsFrameskipThrottleOther();
|
rlm@1
|
157 afx_msg void OnOptionsFrameskipThrottleIncrease();
|
rlm@1
|
158 afx_msg void OnOptionsFrameskipThrottleDecrease();
|
rlm@1
|
159 afx_msg void OnOptionsFrameskipAccuratePitch();
|
rlm@1
|
160 afx_msg void OnOptionsFrameskipAccurateSpeed();
|
rlm@1
|
161 afx_msg void OnUpdateOptionsFrameskipAccuratePitch(CCmdUI*pCmdUI);
|
rlm@1
|
162 afx_msg void OnUpdateOptionsFrameskipAccurateSpeed(CCmdUI*pCmdUI);
|
rlm@1
|
163 afx_msg void OnUpdateOptionsVideoFrameskip0(CCmdUI*pCmdUI);
|
rlm@1
|
164 afx_msg void OnUpdateOptionsVideoFrameskip1(CCmdUI*pCmdUI);
|
rlm@1
|
165 afx_msg void OnUpdateOptionsVideoFrameskip2(CCmdUI*pCmdUI);
|
rlm@1
|
166 afx_msg void OnUpdateOptionsVideoFrameskip3(CCmdUI*pCmdUI);
|
rlm@1
|
167 afx_msg void OnUpdateOptionsVideoFrameskip4(CCmdUI*pCmdUI);
|
rlm@1
|
168 afx_msg void OnUpdateOptionsVideoFrameskip5(CCmdUI*pCmdUI);
|
rlm@1
|
169 afx_msg void OnUpdateOptionsVideoFrameskip6(CCmdUI*pCmdUI);
|
rlm@1
|
170 afx_msg void OnUpdateOptionsVideoFrameskip7(CCmdUI*pCmdUI);
|
rlm@1
|
171 afx_msg void OnUpdateOptionsVideoFrameskip8(CCmdUI*pCmdUI);
|
rlm@1
|
172 afx_msg void OnUpdateOptionsVideoFrameskip9(CCmdUI*pCmdUI);
|
rlm@1
|
173 afx_msg void OnOptionsVideoVsync();
|
rlm@1
|
174 afx_msg void OnUpdateOptionsVideoVsync(CCmdUI*pCmdUI);
|
rlm@1
|
175 afx_msg void OnUpdateOptionsVideoX1(CCmdUI*pCmdUI);
|
rlm@1
|
176 afx_msg void OnUpdateOptionsVideoX2(CCmdUI*pCmdUI);
|
rlm@1
|
177 afx_msg void OnUpdateOptionsVideoX3(CCmdUI*pCmdUI);
|
rlm@1
|
178 afx_msg void OnUpdateOptionsVideoX4(CCmdUI*pCmdUI);
|
rlm@1
|
179 afx_msg void OnUpdateOptionsVideoFullscreen320x240(CCmdUI*pCmdUI);
|
rlm@1
|
180 afx_msg void OnUpdateOptionsVideoFullscreen640x480(CCmdUI*pCmdUI);
|
rlm@1
|
181 afx_msg void OnUpdateOptionsVideoFullscreen800x600(CCmdUI*pCmdUI);
|
rlm@1
|
182 afx_msg void OnOptionsVideoFullscreen320x240();
|
rlm@1
|
183 afx_msg void OnOptionsVideoFullscreen640x480();
|
rlm@1
|
184 afx_msg void OnOptionsVideoFullscreen800x600();
|
rlm@1
|
185 afx_msg void OnOptionsVideoFullscreen();
|
rlm@1
|
186 afx_msg void OnUpdateOptionsVideoFullscreen(CCmdUI*pCmdUI);
|
rlm@1
|
187 afx_msg void OnOptionsVideoDisablesfx();
|
rlm@1
|
188 afx_msg void OnUpdateOptionsVideoDisablesfx(CCmdUI*pCmdUI);
|
rlm@1
|
189 afx_msg void OnOptionsVideoFullscreenstretchtofit();
|
rlm@1
|
190 afx_msg void OnUpdateOptionsVideoFullscreenstretchtofit(CCmdUI*pCmdUI);
|
rlm@1
|
191 afx_msg void OnOptionsVideoRendermethodGdi();
|
rlm@1
|
192 afx_msg void OnUpdateOptionsVideoRendermethodGdi(CCmdUI*pCmdUI);
|
rlm@1
|
193 afx_msg void OnOptionsVideoRendermethodDirectdraw();
|
rlm@1
|
194 afx_msg void OnUpdateOptionsVideoRendermethodDirectdraw(CCmdUI*pCmdUI);
|
rlm@1
|
195 afx_msg void OnOptionsVideoRendermethodDirect3d();
|
rlm@1
|
196 afx_msg void OnUpdateOptionsVideoRendermethodDirect3d(CCmdUI*pCmdUI);
|
rlm@1
|
197 afx_msg void OnOptionsVideoRendermethodOpengl();
|
rlm@1
|
198 afx_msg void OnUpdateOptionsVideoRendermethodOpengl(CCmdUI*pCmdUI);
|
rlm@1
|
199 afx_msg void OnOptionsVideoTriplebuffering();
|
rlm@1
|
200 afx_msg void OnUpdateOptionsVideoTriplebuffering(CCmdUI*pCmdUI);
|
rlm@1
|
201 afx_msg void OnOptionsVideoDdrawemulationonly();
|
rlm@1
|
202 afx_msg void OnUpdateOptionsVideoDdrawemulationonly(CCmdUI*pCmdUI);
|
rlm@1
|
203 afx_msg void OnOptionsVideoDdrawusevideomemory();
|
rlm@1
|
204 afx_msg void OnUpdateOptionsVideoDdrawusevideomemory(CCmdUI*pCmdUI);
|
rlm@1
|
205 afx_msg void OnOptionsVideoRenderoptionsD3dnofilter();
|
rlm@1
|
206 afx_msg void OnUpdateOptionsVideoRenderoptionsD3dnofilter(CCmdUI*pCmdUI);
|
rlm@1
|
207 afx_msg void OnOptionsVideoRenderoptionsD3dbilinear();
|
rlm@1
|
208 afx_msg void OnUpdateOptionsVideoRenderoptionsD3dbilinear(CCmdUI*pCmdUI);
|
rlm@1
|
209 afx_msg void OnOptionsVideoRenderoptionsGlnearest();
|
rlm@1
|
210 afx_msg void OnUpdateOptionsVideoRenderoptionsGlnearest(CCmdUI*pCmdUI);
|
rlm@1
|
211 afx_msg void OnOptionsVideoRenderoptionsGlbilinear();
|
rlm@1
|
212 afx_msg void OnUpdateOptionsVideoRenderoptionsGlbilinear(CCmdUI*pCmdUI);
|
rlm@1
|
213 afx_msg void OnOptionsVideoRenderoptionsGltriangle();
|
rlm@1
|
214 afx_msg void OnUpdateOptionsVideoRenderoptionsGltriangle(CCmdUI*pCmdUI);
|
rlm@1
|
215 afx_msg void OnOptionsVideoRenderoptionsGlquads();
|
rlm@1
|
216 afx_msg void OnUpdateOptionsVideoRenderoptionsGlquads(CCmdUI*pCmdUI);
|
rlm@1
|
217 afx_msg void OnOptionsVideoRenderoptionsSelectskin();
|
rlm@1
|
218 afx_msg void OnUpdateOptionsVideoRenderoptionsSelectskin(CCmdUI*pCmdUI);
|
rlm@1
|
219 afx_msg void OnOptionsVideoRenderoptionsSkin();
|
rlm@1
|
220 afx_msg void OnUpdateOptionsVideoRenderoptionsSkin(CCmdUI*pCmdUI);
|
rlm@1
|
221
|
rlm@1
|
222 afx_msg void OnOptionsEmulatorAssociate();
|
rlm@1
|
223 afx_msg void OnOptionsEmulatorDirectories();
|
rlm@1
|
224 afx_msg void OnOptionsEmulatorFilenamePreference(UINT nID);
|
rlm@1
|
225 afx_msg void OnUpdateOptionsEmulatorFilenamePreference(CCmdUI*pCmdUI);
|
rlm@1
|
226 afx_msg void OnOptionsVideoDisablestatusmessages();
|
rlm@1
|
227 afx_msg void OnUpdateOptionsVideoDisablestatusmessages(CCmdUI*pCmdUI);
|
rlm@1
|
228 afx_msg void OnOptionsEmulatorSynchronize();
|
rlm@1
|
229 afx_msg void OnUpdateOptionsEmulatorSynchronize(CCmdUI*pCmdUI);
|
rlm@1
|
230 afx_msg void OnOptionsEmulatorAlwaysOnTop();
|
rlm@1
|
231 afx_msg void OnUpdateOptionsEmulatorAlwaysOnTop(CCmdUI*pCmdUI);
|
rlm@1
|
232 afx_msg void OnOptionsEmulatorPausewheninactive();
|
rlm@1
|
233 afx_msg void OnUpdateOptionsEmulatorPausewheninactive(CCmdUI*pCmdUI);
|
rlm@1
|
234 afx_msg void OnOptionsEmulatorEnableBackgroundInput();
|
rlm@1
|
235 afx_msg void OnUpdateOptionsEmulatorEnableBackgroundInput(CCmdUI*pCmdUI);
|
rlm@1
|
236 afx_msg void OnOptionsEmulatorSpeeduptoggle();
|
rlm@1
|
237 afx_msg void OnUpdateOptionsEmulatorSpeeduptoggle(CCmdUI*pCmdUI);
|
rlm@1
|
238 afx_msg void OnOptionsEmulatorRemoveintrosgba();
|
rlm@1
|
239 afx_msg void OnUpdateOptionsEmulatorRemoveintrosgba(CCmdUI*pCmdUI);
|
rlm@1
|
240 afx_msg void OnOptionsEmulatorAutomaticallyipspatch();
|
rlm@1
|
241 afx_msg void OnUpdateOptionsEmulatorAutomaticallyipspatch(CCmdUI*pCmdUI);
|
rlm@1
|
242 afx_msg void OnOptionsEmulatorAgbprint();
|
rlm@1
|
243 afx_msg void OnUpdateOptionsEmulatorAgbprint(CCmdUI*pCmdUI);
|
rlm@1
|
244 afx_msg void OnOptionsEmulatorRealtimeclock();
|
rlm@1
|
245 afx_msg void OnUpdateOptionsEmulatorRealtimeclock(CCmdUI*pCmdUI);
|
rlm@1
|
246 afx_msg void OnOptionsEmulatorAutohidemenu();
|
rlm@1
|
247 afx_msg void OnUpdateOptionsEmulatorAutohidemenu(CCmdUI*pCmdUI);
|
rlm@1
|
248 afx_msg void OnOptionsEmulatorRewindinterval();
|
rlm@1
|
249 afx_msg void OnOptionsEmulatorSavetypeAutomatic();
|
rlm@1
|
250 afx_msg void OnUpdateOptionsEmulatorSavetypeAutomatic(CCmdUI*pCmdUI);
|
rlm@1
|
251 afx_msg void OnOptionsEmulatorSavetypeEeprom();
|
rlm@1
|
252 afx_msg void OnUpdateOptionsEmulatorSavetypeEeprom(CCmdUI*pCmdUI);
|
rlm@1
|
253 afx_msg void OnOptionsEmulatorSavetypeSram();
|
rlm@1
|
254 afx_msg void OnUpdateOptionsEmulatorSavetypeSram(CCmdUI*pCmdUI);
|
rlm@1
|
255 afx_msg void OnOptionsEmulatorSavetypeFlash();
|
rlm@1
|
256 afx_msg void OnUpdateOptionsEmulatorSavetypeFlash(CCmdUI*pCmdUI);
|
rlm@1
|
257 afx_msg void OnOptionsEmulatorSavetypeEepromsensor();
|
rlm@1
|
258 afx_msg void OnUpdateOptionsEmulatorSavetypeEepromsensor(CCmdUI*pCmdUI);
|
rlm@1
|
259 afx_msg void OnOptionsEmulatorSavetypeNone();
|
rlm@1
|
260 afx_msg void OnUpdateOptionsEmulatorSavetypeNone(CCmdUI*pCmdUI);
|
rlm@1
|
261 afx_msg void OnOptionsEmulatorSavetypeFlash512k();
|
rlm@1
|
262 afx_msg void OnUpdateOptionsEmulatorSavetypeFlash512k(CCmdUI*pCmdUI);
|
rlm@1
|
263 afx_msg void OnOptionsEmulatorSavetypeFlash1m();
|
rlm@1
|
264 afx_msg void OnUpdateOptionsEmulatorSavetypeFlash1m(CCmdUI*pCmdUI);
|
rlm@1
|
265 afx_msg void OnOptionsEmulatorUseOldGBTiming();
|
rlm@1
|
266 afx_msg void OnUpdateOptionsEmulatorUseOldGBTiming(CCmdUI*pCmdUI);
|
rlm@1
|
267 afx_msg void OnOptionsEmulatorUseGBNullInputKludge();
|
rlm@1
|
268 afx_msg void OnUpdateOptionsEmulatorUseGBNullInputKludge(CCmdUI*pCmdUI);
|
rlm@1
|
269 afx_msg void OnOptionsEmulatorGBALag();
|
rlm@1
|
270 afx_msg void OnUpdateOptionsEmulatorGBALag(CCmdUI*pCmdUI);
|
rlm@1
|
271 afx_msg void OnOptionsEmulatorUsebiosfile();
|
rlm@1
|
272 afx_msg void OnUpdateOptionsEmulatorUsebiosfile(CCmdUI*pCmdUI);
|
rlm@1
|
273
|
rlm@1
|
274 afx_msg void OnOptionsEmulatorSkipbios();
|
rlm@1
|
275 afx_msg void OnUpdateOptionsEmulatorSkipbios(CCmdUI*pCmdUI);
|
rlm@1
|
276 afx_msg void OnOptionsEmulatorPngformat();
|
rlm@1
|
277 afx_msg void OnUpdateOptionsEmulatorPngformat(CCmdUI*pCmdUI);
|
rlm@1
|
278 afx_msg void OnOptionsEmulatorBmpformat();
|
rlm@1
|
279 afx_msg void OnUpdateOptionsEmulatorBmpformat(CCmdUI*pCmdUI);
|
rlm@1
|
280
|
rlm@1
|
281 afx_msg void OnOptionsSoundDisable();
|
rlm@1
|
282 afx_msg void OnUpdateOptionsSoundDisable(CCmdUI*pCmdUI);
|
rlm@1
|
283 afx_msg void OnOptionsSoundMute();
|
rlm@1
|
284 afx_msg void OnUpdateOptionsSoundMute(CCmdUI*pCmdUI);
|
rlm@1
|
285 afx_msg void OnOptionsSoundOff();
|
rlm@1
|
286 afx_msg void OnUpdateOptionsSoundOff(CCmdUI*pCmdUI);
|
rlm@1
|
287 afx_msg void OnOptionsSoundOn();
|
rlm@1
|
288 afx_msg void OnUpdateOptionsSoundOn(CCmdUI*pCmdUI);
|
rlm@1
|
289 afx_msg void OnOptionsSoundUseoldsynchronization();
|
rlm@1
|
290 afx_msg void OnUpdateOptionsSoundUseoldsynchronization(CCmdUI*pCmdUI);
|
rlm@1
|
291 afx_msg void OnOptionsSoundEcho();
|
rlm@1
|
292 afx_msg void OnUpdateOptionsSoundEcho(CCmdUI*pCmdUI);
|
rlm@1
|
293 afx_msg void OnOptionsSoundLowpassfilter();
|
rlm@1
|
294 afx_msg void OnUpdateOptionsSoundLowpassfilter(CCmdUI*pCmdUI);
|
rlm@1
|
295 afx_msg void OnOptionsSoundReversestereo();
|
rlm@1
|
296 afx_msg void OnUpdateOptionsSoundReversestereo(CCmdUI*pCmdUI);
|
rlm@1
|
297 afx_msg void OnOptionsSoundMuteFrameAdvance();
|
rlm@1
|
298 afx_msg void OnUpdateOptionsSoundMuteFrameAdvance(CCmdUI*pCmdUI);
|
rlm@1
|
299 afx_msg void OnOptionsSoundMuteWhenInactive();
|
rlm@1
|
300 afx_msg void OnUpdateOptionsSoundMuteWhenInactive(CCmdUI*pCmdUI);
|
rlm@1
|
301 afx_msg void OnOptionsSound11khz();
|
rlm@1
|
302 afx_msg void OnUpdateOptionsSound11khz(CCmdUI*pCmdUI);
|
rlm@1
|
303 afx_msg void OnOptionsSound22khz();
|
rlm@1
|
304 afx_msg void OnUpdateOptionsSound22khz(CCmdUI*pCmdUI);
|
rlm@1
|
305 afx_msg void OnOptionsSound44khz();
|
rlm@1
|
306 afx_msg void OnUpdateOptionsSound44khz(CCmdUI*pCmdUI);
|
rlm@1
|
307 afx_msg void OnOptionsSoundChannel1();
|
rlm@1
|
308 afx_msg void OnUpdateOptionsSoundChannel1(CCmdUI*pCmdUI);
|
rlm@1
|
309 afx_msg void OnOptionsSoundChannel2();
|
rlm@1
|
310 afx_msg void OnUpdateOptionsSoundChannel2(CCmdUI*pCmdUI);
|
rlm@1
|
311 afx_msg void OnOptionsSoundChannel3();
|
rlm@1
|
312 afx_msg void OnUpdateOptionsSoundChannel3(CCmdUI*pCmdUI);
|
rlm@1
|
313 afx_msg void OnOptionsSoundChannel4();
|
rlm@1
|
314 afx_msg void OnUpdateOptionsSoundChannel4(CCmdUI*pCmdUI);
|
rlm@1
|
315 afx_msg void OnOptionsSoundDirectsounda();
|
rlm@1
|
316 afx_msg void OnUpdateOptionsSoundDirectsounda(CCmdUI*pCmdUI);
|
rlm@1
|
317 afx_msg void OnOptionsSoundDirectsoundb();
|
rlm@1
|
318 afx_msg void OnUpdateOptionsSoundDirectsoundb(CCmdUI*pCmdUI);
|
rlm@1
|
319 afx_msg void OnOptionsGameboyBorder();
|
rlm@1
|
320 afx_msg void OnUpdateOptionsGameboyBorder(CCmdUI*pCmdUI);
|
rlm@1
|
321 afx_msg void OnOptionsGameboyPrinter();
|
rlm@1
|
322 afx_msg void OnUpdateOptionsGameboyPrinter(CCmdUI*pCmdUI);
|
rlm@1
|
323 afx_msg void OnOptionsGameboyBorderAutomatic();
|
rlm@1
|
324 afx_msg void OnUpdateOptionsGameboyBorderAutomatic(CCmdUI*pCmdUI);
|
rlm@1
|
325 afx_msg void OnOptionsGameboyAutomatic();
|
rlm@1
|
326 afx_msg void OnUpdateOptionsGameboyAutomatic(CCmdUI*pCmdUI);
|
rlm@1
|
327 afx_msg void OnOptionsGameboyGba();
|
rlm@1
|
328 afx_msg void OnUpdateOptionsGameboyGba(CCmdUI*pCmdUI);
|
rlm@1
|
329 afx_msg void OnOptionsGameboyCgb();
|
rlm@1
|
330 afx_msg void OnUpdateOptionsGameboyCgb(CCmdUI*pCmdUI);
|
rlm@1
|
331 afx_msg void OnOptionsGameboySgb();
|
rlm@1
|
332 afx_msg void OnUpdateOptionsGameboySgb(CCmdUI*pCmdUI);
|
rlm@1
|
333 afx_msg void OnOptionsGameboySgb2();
|
rlm@1
|
334 afx_msg void OnUpdateOptionsGameboySgb2(CCmdUI*pCmdUI);
|
rlm@1
|
335 afx_msg void OnOptionsGameboyGb();
|
rlm@1
|
336 afx_msg void OnUpdateOptionsGameboyGb(CCmdUI*pCmdUI);
|
rlm@1
|
337 afx_msg void OnOptionsGameboyRealcolors();
|
rlm@1
|
338 afx_msg void OnUpdateOptionsGameboyRealcolors(CCmdUI*pCmdUI);
|
rlm@1
|
339 afx_msg void OnOptionsGameboyGameboycolors();
|
rlm@1
|
340 afx_msg void OnUpdateOptionsGameboyGameboycolors(CCmdUI*pCmdUI);
|
rlm@1
|
341 afx_msg void OnOptionsGameboyColors();
|
rlm@1
|
342 afx_msg void OnOptionsFilterDisablemmx();
|
rlm@1
|
343 afx_msg void OnUpdateOptionsFilterDisablemmx(CCmdUI*pCmdUI);
|
rlm@1
|
344 afx_msg void OnOptionsLanguageSystem();
|
rlm@1
|
345 afx_msg void OnUpdateOptionsLanguageSystem(CCmdUI*pCmdUI);
|
rlm@1
|
346 afx_msg void OnOptionsLanguageEnglish();
|
rlm@1
|
347 afx_msg void OnUpdateOptionsLanguageEnglish(CCmdUI*pCmdUI);
|
rlm@1
|
348 afx_msg void OnOptionsLanguageOther();
|
rlm@1
|
349 afx_msg void OnUpdateOptionsLanguageOther(CCmdUI*pCmdUI);
|
rlm@1
|
350 afx_msg void OnOptionsJoypadConfigure1();
|
rlm@1
|
351 afx_msg void OnUpdateOptionsJoypadConfigure1(CCmdUI*pCmdUI);
|
rlm@1
|
352 afx_msg void OnOptionsJoypadConfigure2();
|
rlm@1
|
353 afx_msg void OnUpdateOptionsJoypadConfigure2(CCmdUI*pCmdUI);
|
rlm@1
|
354 afx_msg void OnOptionsJoypadConfigure3();
|
rlm@1
|
355 afx_msg void OnUpdateOptionsJoypadConfigure3(CCmdUI*pCmdUI);
|
rlm@1
|
356 afx_msg void OnOptionsJoypadConfigure4();
|
rlm@1
|
357 afx_msg void OnUpdateOptionsJoypadConfigure4(CCmdUI*pCmdUI);
|
rlm@1
|
358 afx_msg void OnOptionsJoypadMotionconfigure();
|
rlm@1
|
359 afx_msg void OnUpdateOptionsJoypadMotionconfigure(CCmdUI*pCmdUI);
|
rlm@1
|
360 afx_msg void OnOptionsJoypadAllowLeftRight();
|
rlm@1
|
361 afx_msg void OnUpdateOptionsJoypadAllowLeftRight(CCmdUI*pCmdUI);
|
rlm@1
|
362 afx_msg void OnOptionsJoypadAutofireAccountForLag();
|
rlm@1
|
363 afx_msg void OnUpdateOptionsJoypadAutofireAccountForLag(CCmdUI*pCmdUI);
|
rlm@1
|
364 afx_msg void OnCheatsSearchforcheats();
|
rlm@1
|
365 afx_msg void OnUpdateCheatsSearchforcheats(CCmdUI*pCmdUI);
|
rlm@1
|
366 afx_msg void OnCheatsCheatlist();
|
rlm@1
|
367 afx_msg void OnUpdateCheatsCheatlist(CCmdUI*pCmdUI);
|
rlm@1
|
368 afx_msg void OnCheatsAutomaticsaveloadcheats();
|
rlm@1
|
369 afx_msg void OnCheatsPauseDuringCheatSearch();
|
rlm@1
|
370 afx_msg void OnCheatsLoadcheatlist();
|
rlm@1
|
371 afx_msg void OnUpdateCheatsLoadcheatlist(CCmdUI*pCmdUI);
|
rlm@1
|
372 afx_msg void OnCheatsSavecheatlist();
|
rlm@1
|
373 afx_msg void OnUpdateCheatsSavecheatlist(CCmdUI*pCmdUI);
|
rlm@1
|
374 afx_msg void OnToolsDisassemble();
|
rlm@1
|
375 afx_msg void OnUpdateToolsDisassemble(CCmdUI*pCmdUI);
|
rlm@1
|
376 afx_msg void OnToolsLogging();
|
rlm@1
|
377 afx_msg void OnUpdateToolsLogging(CCmdUI*pCmdUI);
|
rlm@1
|
378 afx_msg void OnToolsIoviewer();
|
rlm@1
|
379 afx_msg void OnUpdateToolsIoviewer(CCmdUI*pCmdUI);
|
rlm@1
|
380 afx_msg void OnToolsMapview();
|
rlm@1
|
381 afx_msg void OnUpdateToolsMapview(CCmdUI*pCmdUI);
|
rlm@1
|
382 afx_msg void OnToolsMemoryviewer();
|
rlm@1
|
383 afx_msg void OnUpdateToolsMemoryviewer(CCmdUI*pCmdUI);
|
rlm@1
|
384 afx_msg void OnToolsOamviewer();
|
rlm@1
|
385 afx_msg void OnUpdateToolsOamviewer(CCmdUI*pCmdUI);
|
rlm@1
|
386 afx_msg void OnToolsPaletteview();
|
rlm@1
|
387 afx_msg void OnUpdateToolsPaletteview(CCmdUI*pCmdUI);
|
rlm@1
|
388 afx_msg void OnToolsTileviewer();
|
rlm@1
|
389 afx_msg void OnUpdateToolsTileviewer(CCmdUI*pCmdUI);
|
rlm@1
|
390 afx_msg void OnDebugNextframe();
|
rlm@1
|
391 afx_msg void OnUpdateDebugNextframe(CCmdUI*pCmdUI);
|
rlm@1
|
392 afx_msg void OnDebugNextframeAccountForLag();
|
rlm@1
|
393 afx_msg void OnUpdateDebugNextframeAccountForLag(CCmdUI*pCmdUI);
|
rlm@1
|
394 afx_msg void OnDebugFramesearch();
|
rlm@1
|
395 afx_msg void OnUpdateDebugFramesearch(CCmdUI*pCmdUI);
|
rlm@1
|
396 afx_msg void OnDebugFramesearchPrev();
|
rlm@1
|
397 afx_msg void OnUpdateDebugFramesearchPrev(CCmdUI*pCmdUI);
|
rlm@1
|
398 afx_msg void OnDebugFramesearchLoad();
|
rlm@1
|
399 afx_msg void OnUpdateDebugFramesearchLoad(CCmdUI*pCmdUI);
|
rlm@1
|
400 afx_msg void OnUpdateCheatsAutomaticsaveloadcheats(CCmdUI*pCmdUI);
|
rlm@1
|
401 afx_msg void OnUpdateCheatsPauseDuringCheatSearch(CCmdUI*pCmdUI);
|
rlm@1
|
402 afx_msg void OnToolsFrameCounter();
|
rlm@1
|
403 afx_msg void OnUpdateToolsFrameCounter(CCmdUI*pCmdUI);
|
rlm@1
|
404 afx_msg void OnToolsLagCounter();
|
rlm@1
|
405 afx_msg void OnUpdateToolsLagCounter(CCmdUI*pCmdUI);
|
rlm@1
|
406 afx_msg void OnToolsExtraCounter();
|
rlm@1
|
407 afx_msg void OnUpdateToolsExtraCounter(CCmdUI*pCmdUI);
|
rlm@1
|
408 afx_msg void OnToolsExtraCounterReset();
|
rlm@1
|
409 afx_msg void OnToolsInputDisplay();
|
rlm@1
|
410 afx_msg void OnUpdateToolsInputDisplay(CCmdUI*pCmdUI);
|
rlm@1
|
411 afx_msg void OnToolsDebugGdb();
|
rlm@1
|
412 afx_msg void OnUpdateToolsDebugGdb(CCmdUI*pCmdUI);
|
rlm@1
|
413 afx_msg void OnToolsDebugLoadandwait();
|
rlm@1
|
414 afx_msg void OnUpdateToolsDebugLoadandwait(CCmdUI*pCmdUI);
|
rlm@1
|
415 afx_msg void OnToolsDebugBreak();
|
rlm@1
|
416 afx_msg void OnUpdateToolsDebugBreak(CCmdUI*pCmdUI);
|
rlm@1
|
417 afx_msg void OnToolsDebugDisconnect();
|
rlm@1
|
418 afx_msg void OnUpdateToolsDebugDisconnect(CCmdUI*pCmdUI);
|
rlm@1
|
419 afx_msg void OnToolsSoundStartrecording();
|
rlm@1
|
420 afx_msg void OnToolsSoundStoprecording();
|
rlm@1
|
421 afx_msg void OnToolsSoundRecording();
|
rlm@1
|
422 afx_msg void OnUpdateToolsSoundRecording(CCmdUI*pCmdUI);
|
rlm@1
|
423 afx_msg void OnToolsStartAVIRecording();
|
rlm@1
|
424 afx_msg void OnToolsPauseAVIRecording();
|
rlm@1
|
425 afx_msg void OnToolsStopAVIRecording();
|
rlm@1
|
426 afx_msg void OnToolsAVIRecording();
|
rlm@1
|
427 afx_msg void OnUpdateToolsAVIRecording(CCmdUI*pCmdUI);
|
rlm@1
|
428 afx_msg void OnUpdateToolsPauseAVIRecording(CCmdUI*pCmdUI);
|
rlm@1
|
429
|
rlm@1
|
430 afx_msg void OnToolsRecordMovie();
|
rlm@1
|
431 afx_msg void OnUpdateToolsRecordMovie(CCmdUI*pCmdUI);
|
rlm@1
|
432 afx_msg void OnToolsStopMovie();
|
rlm@1
|
433 afx_msg void OnUpdateToolsStopMovie(CCmdUI*pCmdUI);
|
rlm@1
|
434 afx_msg void OnToolsPlayMovie();
|
rlm@1
|
435 afx_msg void OnUpdateToolsPlayMovie(CCmdUI*pCmdUI);
|
rlm@1
|
436 afx_msg void OnToolsPlayReadOnly();
|
rlm@1
|
437 afx_msg void OnUpdateToolsPlayReadOnly(CCmdUI*pCmdUI);
|
rlm@1
|
438 afx_msg void OnAsscWithSaveState();
|
rlm@1
|
439 afx_msg void OnUpdateAsscWithSaveState(CCmdUI*pCmdUI);
|
rlm@1
|
440 afx_msg void OnToolsResumeRecord();
|
rlm@1
|
441 afx_msg void OnUpdateToolsResumeRecord(CCmdUI*pCmdUI);
|
rlm@1
|
442 afx_msg void OnToolsPlayRestart();
|
rlm@1
|
443 afx_msg void OnUpdateToolsPlayRestart(CCmdUI*pCmdUI);
|
rlm@1
|
444
|
rlm@1
|
445 afx_msg void OnToolsOnMovieEndPause();
|
rlm@1
|
446 afx_msg void OnUpdateToolsOnMovieEndPause(CCmdUI*pCmdUI);
|
rlm@1
|
447 afx_msg void OnToolsOnMovieEndStop();
|
rlm@1
|
448 afx_msg void OnUpdateToolsOnMovieEndStop(CCmdUI*pCmdUI);
|
rlm@1
|
449 afx_msg void OnToolsOnMovieEndRestart();
|
rlm@1
|
450 afx_msg void OnUpdateToolsOnMovieEndRestart(CCmdUI*pCmdUI);
|
rlm@1
|
451 afx_msg void OnToolsOnMovieEndAppend();
|
rlm@1
|
452 afx_msg void OnUpdateToolsOnMovieEndAppend(CCmdUI*pCmdUI);
|
rlm@1
|
453 afx_msg void OnToolsOnMovieEndKeep();
|
rlm@1
|
454 afx_msg void OnUpdateToolsOnMovieEndKeep(CCmdUI*pCmdUI);
|
rlm@1
|
455
|
rlm@1
|
456 afx_msg void OnToolsMovieSetPauseAt();
|
rlm@1
|
457 afx_msg void OnUpdateToolsSetMoviePauseAt(CCmdUI*pCmdUI);
|
rlm@1
|
458 afx_msg void OnToolsMovieConvertCurrent();
|
rlm@1
|
459 afx_msg void OnUpdateToolsMovieConvertCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
460 afx_msg void OnToolsMovieAutoConvert();
|
rlm@1
|
461 afx_msg void OnUpdateToolsMovieAutoConvert(CCmdUI*pCmdUI);
|
rlm@1
|
462 afx_msg void OnToolsMovieFixHeader();
|
rlm@1
|
463 afx_msg void OnUpdateToolsMovieFixHeader(CCmdUI*pCmdUI);
|
rlm@1
|
464 afx_msg void OnToolsMovieTruncateAtCurrent();
|
rlm@1
|
465 afx_msg void OnUpdateToolsMovieTruncateAtCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
466 afx_msg void OnToolsMovieExtractFromSavegame();
|
rlm@1
|
467 afx_msg void OnUpdateToolsMovieExtractFromSavegame(CCmdUI*pCmdUI);
|
rlm@1
|
468
|
rlm@1
|
469 afx_msg void OnToolsRewind();
|
rlm@1
|
470 afx_msg void OnUpdateToolsRewind(CCmdUI*pCmdUI);
|
rlm@1
|
471 afx_msg void OnToolsCustomize();
|
rlm@1
|
472 afx_msg void OnUpdateToolsCustomize(CCmdUI*pCmdUI);
|
rlm@1
|
473 // afx_msg void OnToolsCustomizeCommon();
|
rlm@1
|
474 // afx_msg void OnUpdateToolsCustomizeCommon(CCmdUI*pCmdUI);
|
rlm@1
|
475 afx_msg void OnToolsCopyVBAWatchSetting();
|
rlm@1
|
476 afx_msg void OnToolsCopyVBxWatchSetting();
|
rlm@1
|
477 afx_msg void OnHelpBugreport();
|
rlm@1
|
478
|
rlm@1
|
479 afx_msg void OnFileSavegameOldestslot();
|
rlm@1
|
480 afx_msg void OnUpdateFileSavegameOldestslot(CCmdUI*pCmdUI);
|
rlm@1
|
481 afx_msg void OnFileLoadgameMostrecent();
|
rlm@1
|
482 afx_msg void OnUpdateFileLoadgameMostrecent(CCmdUI*pCmdUI);
|
rlm@1
|
483 afx_msg void OnFileLoadgameAutoloadmostrecent();
|
rlm@1
|
484 afx_msg void OnUpdateFileLoadgameAutoloadmostrecent(CCmdUI*pCmdUI);
|
rlm@1
|
485 afx_msg void OnFileLoadgameMakeRecent();
|
rlm@1
|
486 afx_msg void OnUpdateFileLoadgameMakeRecent(CCmdUI*pCmdUI);
|
rlm@1
|
487
|
rlm@1
|
488 afx_msg void OnFileSavegameCurrent();
|
rlm@1
|
489 afx_msg void OnUpdateFileSavegameCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
490 afx_msg void OnFileLoadgameCurrent();
|
rlm@1
|
491 afx_msg void OnUpdateFileLoadgameCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
492 afx_msg void OnFileLoadgameMakeCurrent();
|
rlm@1
|
493 afx_msg void OnUpdateFileLoadgameMakeCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
494 afx_msg void OnFileSavegameMakeCurrent();
|
rlm@1
|
495 afx_msg void OnUpdateFileSavegameMakeCurrent(CCmdUI*pCmdUI);
|
rlm@1
|
496 afx_msg void OnFileSavegameIncrementSlot();
|
rlm@1
|
497 afx_msg void OnUpdateFileSavegameIncrementSlot(CCmdUI*pCmdUI);
|
rlm@1
|
498 afx_msg void OnFileSavegameDecrementSlot();
|
rlm@1
|
499 afx_msg void OnUpdateFileSavegameDecrementSlot(CCmdUI*pCmdUI);
|
rlm@1
|
500 afx_msg void OnFileSlotDisplayModificationTime();
|
rlm@1
|
501 afx_msg void OnUpdateFileSlotDisplayModificationTime(CCmdUI*pCmdUI);
|
rlm@1
|
502
|
rlm@1
|
503 afx_msg void OnOptionsSoundVolume25x();
|
rlm@1
|
504 afx_msg void OnUpdateOptionsSoundVolume25x(CCmdUI*pCmdUI);
|
rlm@1
|
505 afx_msg void OnOptionsSoundVolume5x();
|
rlm@1
|
506 afx_msg void OnUpdateOptionsSoundVolume5x(CCmdUI*pCmdUI);
|
rlm@1
|
507 afx_msg void OnCheatsDisablecheats();
|
rlm@1
|
508 afx_msg void OnUpdateCheatsDisablecheats(CCmdUI*pCmdUI);
|
rlm@1
|
509 afx_msg void OnOptionsVideoFullscreenmaxscale();
|
rlm@1
|
510 afx_msg void OnOptionsVideoTextdisplayoptions();
|
rlm@1
|
511 afx_msg void OnUpdateOptionsVideoTextdisplayoptions(CCmdUI *pCmdUI);
|
rlm@1
|
512
|
rlm@1
|
513 afx_msg void OnUpdateFileRecentFile(CCmdUI *pCmdUI);
|
rlm@1
|
514 afx_msg void OnUpdateFileLoadSlot(CCmdUI *pCmdUI);
|
rlm@1
|
515 afx_msg void OnUpdateFileSaveSlot(CCmdUI *pCmdUI);
|
rlm@1
|
516 afx_msg void OnUpdateSelectSlot(CCmdUI *pCmdUI);
|
rlm@1
|
517 afx_msg BOOL OnFileRecentFile(UINT nID);
|
rlm@1
|
518 afx_msg BOOL OnFileLoadSlot(UINT nID);
|
rlm@1
|
519 afx_msg BOOL OnFileSaveSlot(UINT nID);
|
rlm@1
|
520 afx_msg BOOL OnSelectSlot(UINT nID);
|
rlm@1
|
521
|
rlm@1
|
522 afx_msg void OnFileLuaOpen();
|
rlm@1
|
523 afx_msg void OnUpdateFileLuaOpen(CCmdUI *pCmdUI);
|
rlm@1
|
524 afx_msg void OnFileLuaCloseAll();
|
rlm@1
|
525 afx_msg void OnUpdateFileLuaCloseAll(CCmdUI *pCmdUI);
|
rlm@1
|
526 afx_msg void OnFileLuaReload();
|
rlm@1
|
527 afx_msg void OnFileLuaStop();
|
rlm@1
|
528 afx_msg void OnFileRamSearch();
|
rlm@1
|
529 afx_msg void OnUpdateFileRamSearch(CCmdUI *pCmdUI);
|
rlm@1
|
530 afx_msg void OnFileRamWatch();
|
rlm@1
|
531 afx_msg void OnUpdateFileRamWatch(CCmdUI *pCmdUI);
|
rlm@1
|
532 //}}AFX_MSG
|
rlm@1
|
533 DECLARE_MESSAGE_MAP()
|
rlm@1
|
534 };
|
rlm@1
|
535
|
rlm@1
|
536 /////////////////////////////////////////////////////////////////////////////
|
rlm@1
|
537
|
rlm@1
|
538 //{{AFX_INSERT_LOCATION}}
|
rlm@1
|
539 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
rlm@1
|
540
|
rlm@1
|
541 #endif // !defined(AFX_MAINWND_H__E8AD28B9_C9FB_4EC2_A2DC_DD1BBA55A275__INCLUDED_)
|