mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-27 01:50:51 +00:00
fix prototype of getgfxoffset
This commit is contained in:
parent
9d9df72c2a
commit
91d3bff670
@ -92,7 +92,7 @@ extern int isvsync_chipset (void);
|
||||
extern int isvsync_rtg (void);
|
||||
|
||||
|
||||
void getgfxoffset (int *dxp, int *dyp, int *mxp, int *myp)
|
||||
void getgfxoffset (float *dxp, float *dyp, float *mxp, float *myp)
|
||||
{
|
||||
*dxp = 0;
|
||||
*dyp = 0;
|
||||
|
@ -10,7 +10,7 @@
|
||||
* Copyright 2010-2013 Mustafa TUFAN
|
||||
*/
|
||||
|
||||
void getgfxoffset (int *dxp, int *dyp, int *mxp, int *myp);
|
||||
void getgfxoffset (float *dxp, float *dyp, float *mxp, float *myp);
|
||||
int isfullscreen (void);
|
||||
void fetch_configurationpath (TCHAR *out, int size);
|
||||
TCHAR* buf_out (TCHAR *buffer, int *bufsize, const TCHAR *format, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user