On Windows, fatal now displays a message box, based on old PCem-X patch by RichardG; Added emulation of the 287, 387, and 487SX floating point units and an option to enable them.
14 lines
266 B
C
14 lines
266 B
C
/* Copyright holders: Sarah Walker, Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
int d3d_init(HWND h);
|
|
void d3d_close();
|
|
void d3d_reset();
|
|
void d3d_resize(int x, int y);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|