0
|
1 #include "Bink_Smacker.h"
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9 int (__stdcall *smackw32_SmackSoundUseMSS)(HDIGDRIVER) = 0;
|
|
10 unsigned int (__stdcall *smackw32_SmackUseMMX)(unsigned int) = 0;
|
|
11 HSMACK (__stdcall *smackw32_SmackOpen)(HANDLE, unsigned int, unsigned int) = 0;
|
|
12 HSMACKBLIT (__stdcall *smackw32_SmackBlitOpen)(unsigned int) = 0;
|
|
13 void (__stdcall *smackw32_SmackToBuffer)(HSMACK, unsigned int, unsigned int, unsigned int, unsigned int, void *, unsigned int) = 0;
|
|
14 void (__stdcall *smackw32_SmackBlitSetPalette)(HSMACKBLIT, void *, unsigned int) = 0;
|
|
15 unsigned int (__stdcall *smackw32_SmackDoFrame)(HSMACK) = 0;
|
|
16 unsigned int (__stdcall *smackw32_SmackToBufferRect)(HSMACK, unsigned int) = 0;
|
|
17 void (__stdcall *smackw32_SmackBlit)(HSMACKBLIT, void *, unsigned int, unsigned int, unsigned int, void *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) = 0;
|
|
18 void (__stdcall *smackw32_SmackNextFrame)(HSMACK) = 0;
|
|
19 unsigned int (__stdcall *smackw32_SmackWait)(HSMACK) = 0;
|
|
20 unsigned int (__stdcall *smackw32_SmackSoundOnOff)(HSMACK, unsigned int) = 0;
|
|
21 void (__stdcall *smackw32_SmackClose)(HSMACK) = 0;
|
|
22 void (__stdcall *smackw32_SmackBufferClose)(HSMACKBUF) = 0;
|
|
23 void (__stdcall *smackw32_SmackBlitClose)(HSMACKBLIT) = 0;
|
|
24 int (__stdcall *smackw32_SmackBlitClear)(HSMACKBLIT, unsigned short *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, int) = 0;
|
|
25 int (__stdcall *smackw32_SmackGoto)(_SMACK *, long) = 0;
|
343
|
26 int (__stdcall *smackw32_SmackBufferOpen)(HWND a1, long a2, long a3, long a4, long a5, long a6) = nullptr;
|
2125
|
27 void(__stdcall *smackw32_SmackBufferNewPalette)(HSMACKBUF, void *, unsigned int) = nullptr;
|
|
28 void(__stdcall *smackw32_SmackColorRemapWithTrans)(_SMACK *, void *, unsigned int, unsigned int, unsigned int) = nullptr;
|
0
|
29 void SMACKW32_DLL_Initialize()
|
|
30 {
|
2070
|
31 HMODULE pDll = LoadLibraryW(L"SmackW32.dll");
|
|
32
|
|
33 #define LOAD(x) smackw32_##x = (decltype(smackw32_##x))GetProcAddress(pDll, #x)
|
|
34 {
|
|
35 smackw32_SmackSoundUseMSS = (int (__stdcall *)(HDIGDRIVER))GetProcAddress(pDll, "_SmackSoundUseMSS@4");
|
|
36 smackw32_SmackUseMMX = (unsigned int (__stdcall *)(unsigned int))GetProcAddress(pDll, "_SmackUseMMX@4");
|
|
37 smackw32_SmackOpen = (HSMACK (__stdcall *)(HANDLE, unsigned int, unsigned int))GetProcAddress(pDll, "_SmackOpen@12");
|
|
38 smackw32_SmackBlitOpen = (HSMACKBLIT (__stdcall *)(unsigned int))GetProcAddress(pDll, "_SmackBlitOpen@4");
|
|
39 smackw32_SmackToBuffer = (void (__stdcall *)(HSMACK, unsigned int, unsigned int, unsigned int, unsigned int, void *, unsigned int))GetProcAddress(pDll, "_SmackToBuffer@28");
|
|
40 smackw32_SmackBlitSetPalette = (void (__stdcall *)(HSMACKBLIT, void *, unsigned int))GetProcAddress(pDll, "_SmackBlitSetPalette@12");
|
|
41 smackw32_SmackDoFrame = (unsigned int (__stdcall *)(HSMACK))GetProcAddress(pDll, "_SmackDoFrame@4");
|
|
42 smackw32_SmackToBufferRect = (unsigned int (__stdcall *)(HSMACK, unsigned int))GetProcAddress(pDll, "_SmackToBufferRect@8");
|
|
43 smackw32_SmackBlit = (void (__stdcall *)(HSMACKBLIT, void *, unsigned int, unsigned int, unsigned int, void *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int))GetProcAddress(pDll, "_SmackBlit@44");
|
|
44 smackw32_SmackNextFrame = (void (__stdcall *)(HSMACK))GetProcAddress(pDll, "_SmackNextFrame@4");
|
|
45 smackw32_SmackWait = (unsigned int (__stdcall *)(HSMACK))GetProcAddress(pDll, "_SmackWait@4");
|
|
46 smackw32_SmackSoundOnOff = (unsigned int (__stdcall *)(HSMACK, unsigned int))GetProcAddress(pDll, "_SmackSoundOnOff@8");
|
|
47 smackw32_SmackClose = (void (__stdcall *)(HSMACK))GetProcAddress(pDll, "_SmackClose@4");
|
|
48 smackw32_SmackBufferClose = (void (__stdcall *)(HSMACKBUF))GetProcAddress(pDll, "_SmackBufferClose@4");
|
|
49 smackw32_SmackBlitClose = (void (__stdcall *)(HSMACKBLIT))GetProcAddress(pDll, "_SmackBlitClose@4");
|
|
50 smackw32_SmackBlitClear = (int (__stdcall *)(HSMACKBLIT, unsigned short *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, int))GetProcAddress(pDll, "_SmackBlitClear@32");
|
|
51 smackw32_SmackGoto = (int (__stdcall *)(_SMACK *, long))GetProcAddress(pDll, "_SmackGoto@8");
|
|
52 smackw32_SmackBufferOpen = (int (__stdcall *)(HWND, long, long, long, long, long))GetProcAddress(pDll, "_SmackBufferOpen@24");
|
2125
|
53 smackw32_SmackBufferNewPalette = (void(__stdcall *)(HSMACKBUF, void *, unsigned int))GetProcAddress(pDll, "_SmackBufferNewPalette@12");
|
|
54 smackw32_SmackColorRemapWithTrans = (void(__stdcall *)(_SMACK *, void *, unsigned int, unsigned int, unsigned int))GetProcAddress(pDll, "_SmackColorRemapWithTrans@20");
|
|
55 //LOAD(SmackBufferNewPalette);
|
|
56 //LOAD(SmackColorRemapWithTrans);
|
2070
|
57 }
|
0
|
58 }
|
|
59
|
|
60
|
|
61
|
|
62
|
2125
|
63 void __stdcall SmackColorRemapWithTrans(_SMACK *a1, void *a2, unsigned int a3, unsigned int a4, unsigned int a5)
|
2070
|
64 {
|
|
65 return (smackw32_SmackColorRemapWithTrans)(a1, a2, a3, a4, a5);
|
|
66 }
|
0
|
67
|
|
68 void __stdcall SmackBlitClose(HSMACKBLIT hBlit)
|
|
69 {
|
|
70 (smackw32_SmackBlitClose)(hBlit);
|
|
71 }
|
|
72
|
|
73 void __stdcall SmackBufferClose(HSMACKBUF hBuf)
|
|
74 {
|
|
75 (smackw32_SmackBufferClose)(hBuf);
|
|
76 }
|
|
77
|
|
78 void __stdcall SmackClose(HSMACK hSmack)
|
|
79 {
|
|
80 (smackw32_SmackClose)(hSmack);
|
|
81 }
|
|
82
|
|
83 unsigned int __stdcall SmackSoundOnOff(HSMACK hSmack, unsigned int bOn)
|
|
84 {
|
|
85 return (smackw32_SmackSoundOnOff)(hSmack, bOn);
|
|
86 }
|
|
87
|
|
88 unsigned int __stdcall SmackWait(HSMACK hSmack)
|
|
89 {
|
|
90 return (smackw32_SmackWait)(hSmack);
|
|
91 }
|
|
92
|
|
93 void __stdcall SmackNextFrame(HSMACK hSmack)
|
|
94 {
|
|
95 (smackw32_SmackNextFrame)(hSmack);
|
|
96 }
|
|
97
|
|
98 void __stdcall SmackBlit(HSMACKBLIT hBlit, void *pDest, unsigned int uDestPitch, unsigned int uDestX, unsigned int uDestY, void *pSrc, unsigned int uSrcPitch, unsigned int uSrcX, unsigned int uSrcY, unsigned int uSrcZ, unsigned int uSrcW)
|
|
99 {
|
|
100 (smackw32_SmackBlit)(hBlit, pDest, uDestPitch, uDestX, uDestY, pSrc, uSrcPitch, uSrcX, uSrcY, uSrcZ, uSrcW);
|
|
101 }
|
|
102
|
|
103 unsigned int __stdcall SmackToBufferRect(HSMACK hSmack, unsigned int uSmackSurface)
|
|
104 {
|
|
105 return (smackw32_SmackToBufferRect)(hSmack, uSmackSurface);
|
|
106 }
|
|
107
|
|
108 unsigned int __stdcall SmackDoFrame(HSMACK hSmack)
|
|
109 {
|
|
110 return (smackw32_SmackDoFrame)(hSmack);
|
|
111 }
|
|
112
|
|
113 void __stdcall SmackBlitSetPalette(HSMACKBLIT hBlit, void *pPalette, unsigned int uPalType)
|
|
114 {
|
|
115 (smackw32_SmackBlitSetPalette)(hBlit, pPalette, uPalType);
|
|
116 }
|
|
117
|
|
118 int __stdcall SmackSoundUseMSS(HDIGDRIVER hDrv)
|
|
119 {
|
|
120 return (smackw32_SmackSoundUseMSS)(hDrv);
|
|
121 }
|
|
122
|
|
123 unsigned int __stdcall SmackUseMMX(unsigned int flag)
|
|
124 {
|
|
125 return (smackw32_SmackUseMMX)(flag);
|
|
126 }
|
|
127
|
|
128 HSMACK __stdcall SmackOpen(HANDLE hSourceFile, unsigned int uFlags, unsigned int uExtraBuffers)
|
|
129 {
|
|
130 return (smackw32_SmackOpen)(hSourceFile, uFlags, uExtraBuffers);
|
|
131 }
|
|
132
|
|
133 HSMACKBLIT __stdcall SmackBlitOpen(unsigned int uSurfaceFormat)
|
|
134 {
|
|
135 return (smackw32_SmackBlitOpen)(uSurfaceFormat);
|
|
136 }
|
|
137
|
|
138 void __stdcall SmackToBuffer(HSMACK hSmack, unsigned int uX, unsigned int uY, unsigned int uPitch, unsigned int uHeight, void *pBuffer, unsigned int uFlags)
|
|
139 {
|
|
140 (smackw32_SmackToBuffer)(hSmack, uX, uY, uPitch, uHeight, pBuffer, uFlags);
|
|
141 }
|
|
142
|
|
143 int __stdcall SmackBlitClear(HSMACKBLIT a1, unsigned short *pFrameData, unsigned int uTargetSurfacePitch, unsigned int uOutX, unsigned int uOutY, unsigned int uOutZ, unsigned int uOutW, int a8)
|
|
144 {
|
|
145 return (smackw32_SmackBlitClear)(a1, pFrameData, uTargetSurfacePitch, uOutX, uOutY, uOutZ, uOutW, a8);
|
|
146 }
|
|
147
|
|
148 int __stdcall SmackGoto(_SMACK *a1, long a2)
|
|
149 {
|
|
150 return (smackw32_SmackGoto)(a1, a2);
|
|
151 }
|
|
152
|
|
153
|
|
154 int __stdcall SmackBufferOpen(HWND a1, long a2, long a3, long a4, long a5, long a6)
|
|
155 {
|
343
|
156 return (smackw32_SmackBufferOpen)(a1, a2, a3, a4, a5, a6);
|
0
|
157 }
|
|
158
|
347
|
159 int __fastcall SmackVolumePan(_SMACK *a3, long a4, long a5, long a6)
|
0
|
160 {
|
356
|
161 //__asm int 3
|
0
|
162 return 0;
|
|
163 }
|
|
164
|
|
165
|
|
166 // sub_4D83D0: using guessed type int __stdcall SmackBufferNewPalette(_DWORD, _DWORD, _DWORD);
|
2125
|
167 void __stdcall SmackBufferNewPalette(HSMACKBUF a1, void *a2, unsigned int a3)
|
0
|
168 {
|
2125
|
169 (smackw32_SmackBufferNewPalette)(a1, a2, a3);
|
0
|
170 }
|
|
171
|
|
172
|
|
173
|
|
174
|
|
175
|
|
176
|
|
177
|
|
178
|
|
179
|
|
180
|
|
181
|
|
182
|
|
183
|
|
184
|
|
185
|
|
186
|
|
187
|
|
188
|
|
189
|
|
190
|
|
191
|
|
192
|
|
193
|
|
194
|
|
195
|
|
196
|
|
197
|
|
198
|
|
199
|
|
200
|
|
201
|
|
202 int (__stdcall *binkw32_BinkDDSurfaceType)(struct IDirectDrawSurface *) = 0;
|
|
203 int (__stdcall *binkw32_BinkSetSoundSystem)(void *, HDIGDRIVER) = 0;
|
|
204 int (__stdcall *binkw32_BinkOpenMiles)(int) = 0;
|
|
205 HBINK (__stdcall *binkw32_BinkOpen)(void *, unsigned int) = 0;
|
|
206 int (__stdcall *binkw32_BinkWait)(HBINK) = 0;
|
|
207 int (__stdcall *binkw32_BinkDoFrame)(HBINK) = 0;
|
|
208 int (__stdcall *binkw32_BinkNextFrame)(HBINK) = 0;
|
|
209 int (__stdcall *binkw32_BinkGetRects)(HBINK, unsigned int) = 0;
|
|
210 int (__stdcall *binkw32_BinkCopyToBuffer)(HBINK, void *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) = 0;
|
|
211 int (__stdcall *binkw32_BinkPause)(HBINK, int) = 0;
|
|
212 int (__stdcall *binkw32_BinkClose)(HBINK) = 0;
|
|
213 int (__stdcall *binkw32_BinkBufferSetOffset)(void *, int, int) = 0;
|
|
214 int (__stdcall *binkw32_BinkBufferSetScale)(void *, unsigned int, unsigned int) = 0;
|
|
215 void BINKW32_DLL_Initialize()
|
|
216 {
|
|
217 HMODULE pDll = LoadLibraryW(L"BinkW32.dll");
|
|
218
|
|
219 binkw32_BinkDDSurfaceType = (int (__stdcall *)(struct IDirectDrawSurface *))GetProcAddress(pDll, "_BinkDDSurfaceType@4");
|
|
220 binkw32_BinkSetSoundSystem = (int (__stdcall *)(void *, HDIGDRIVER))GetProcAddress(pDll, "_BinkSetSoundSystem@8");
|
|
221 binkw32_BinkOpenMiles = (int (__stdcall *)(int))GetProcAddress(pDll, "_BinkOpenMiles@4");
|
|
222 binkw32_BinkOpen = (HBINK (__stdcall *)(void *, unsigned int))GetProcAddress(pDll, "_BinkOpen@8");
|
|
223 binkw32_BinkWait = (int (__stdcall *)(HBINK))GetProcAddress(pDll, "_BinkWait@4");
|
|
224 binkw32_BinkBufferSetOffset = (int (__stdcall *)(void *, int, int))GetProcAddress(pDll, "_BinkBufferSetOffset@12");
|
|
225 binkw32_BinkBufferSetScale = (int (__stdcall *)(void *, unsigned int, unsigned int))GetProcAddress(pDll, "_BinkBufferSetScale@12");
|
|
226 binkw32_BinkDoFrame = (int (__stdcall *)(HBINK))GetProcAddress(pDll, "_BinkDoFrame@4");
|
|
227 binkw32_BinkNextFrame = (int (__stdcall *)(HBINK))GetProcAddress(pDll, "_BinkNextFrame@4");
|
|
228 binkw32_BinkGetRects = (int (__stdcall *)(HBINK, unsigned int))GetProcAddress(pDll, "_BinkGetRects@8");
|
|
229 binkw32_BinkCopyToBuffer = (int (__stdcall *)(HBINK, void *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int))GetProcAddress(pDll, "_BinkCopyToBuffer@28");
|
|
230 binkw32_BinkPause = (int (__stdcall *)(HBINK, int))GetProcAddress(pDll, "_BinkPause@8");
|
|
231 binkw32_BinkClose = (int (__stdcall *)(HBINK))GetProcAddress(pDll, "_BinkClose@4");
|
|
232 }
|
|
233
|
|
234
|
|
235 int __stdcall BinkPause(HBINK hBink, int bPause)
|
|
236 {
|
|
237 return (binkw32_BinkPause)(hBink, bPause);
|
|
238 }
|
|
239
|
|
240 int __stdcall BinkClose(HBINK hBink)
|
|
241 {
|
|
242 return (binkw32_BinkClose)(hBink);
|
|
243 }
|
|
244
|
|
245 int __stdcall BinkGetRects(HBINK hBink, unsigned int uFlags)
|
|
246 {
|
|
247 return (binkw32_BinkGetRects)(hBink, uFlags);
|
|
248 }
|
|
249
|
|
250 int __stdcall BinkCopyToBuffer(HBINK hBink, void *pBuffer, unsigned int lPitch, unsigned int uNumScanlines, unsigned int uX, unsigned int uY, unsigned int uFlags)
|
|
251 {
|
|
252 return (binkw32_BinkCopyToBuffer)(hBink, pBuffer, lPitch, uNumScanlines, uX, uY, uFlags);
|
|
253 }
|
|
254
|
|
255 int __stdcall BinkDoFrame(HBINK hBink)
|
|
256 {
|
|
257 return (binkw32_BinkDoFrame)(hBink);
|
|
258 }
|
|
259
|
|
260 int __stdcall BinkNextFrame(HBINK hBink)
|
|
261 {
|
|
262 return (binkw32_BinkNextFrame)(hBink);
|
|
263 }
|
|
264
|
|
265 HBINK __stdcall BinkOpen(void *hFileHandle, unsigned int uFlags)
|
|
266 {
|
|
267 return (binkw32_BinkOpen)(hFileHandle, uFlags);
|
|
268 }
|
|
269
|
|
270 int __stdcall BinkOpenMiles(int unk)
|
|
271 {
|
|
272 return (binkw32_BinkOpenMiles)(unk);
|
|
273 }
|
|
274
|
|
275 int __stdcall BinkWait(HBINK hBink)
|
|
276 {
|
|
277 return (binkw32_BinkWait)(hBink);
|
|
278 }
|
|
279
|
|
280
|
|
281
|
|
282 int __stdcall BinkBufferSetOffset(void *pStruct, int b, int c)
|
|
283 {
|
|
284 return (binkw32_BinkBufferSetOffset)(pStruct, b, c);
|
|
285 }
|
|
286
|
|
287 int __stdcall BinkBufferSetScale(void *pStruct, unsigned int uWidth, unsigned int uHeight)
|
|
288 {
|
|
289 return (binkw32_BinkBufferSetScale)(pStruct, uWidth, uHeight);
|
|
290 }
|
|
291
|
|
292 int __stdcall BinkDDSurfaceType(struct IDirectDrawSurface *pDDS)
|
|
293 {
|
|
294 return (binkw32_BinkDDSurfaceType)(pDDS);
|
|
295 }
|
|
296
|
|
297 int __stdcall BinkSetSoundSystem(void *pSoundSystem, HDIGDRIVER hDrv)
|
|
298 {
|
|
299 return (binkw32_BinkSetSoundSystem)(pSoundSystem, hDrv);
|
|
300 }
|
|
301
|
|
302
|
|
303
|
|
304
|
|
305
|
|
306
|
|
307 int __stdcall BinkGoto(_BINK *a1, long a2, long a3)
|
|
308 {
|
|
309 __asm int 3
|
|
310 return 0;
|
|
311 }
|
|
312
|
|
313
|
|
314
|
|
315
|
|
316
|
|
317
|
|
318
|
|
319
|
|
320
|
|
321
|
|
322
|
|
323
|
|
324
|
|
325
|
|
326
|
|
327
|
|
328
|
|
329
|
|
330
|
|
331
|