fix externals.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4274
This commit is contained in:
parent
276b187181
commit
5b690f936a
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
#include "support.h"
|
||||
|
||||
Bitu DEBUG_EnableDebugger(void);
|
||||
extern void GFX_SetTitle(Bit32s cycles ,Bits frameskip,bool paused);
|
||||
extern void GFX_SetTitle(Bit32s cycles ,int frameskip,bool paused);
|
||||
|
||||
#if 1
|
||||
#undef LOG
|
||||
|
|
|
@ -88,7 +88,7 @@ static void RestoreRegisters(void) {
|
|||
reg_sp+=18;
|
||||
}
|
||||
|
||||
extern void GFX_SetTitle(Bit32s cycles,Bits frameskip,bool paused);
|
||||
extern void GFX_SetTitle(Bit32s cycles,int frameskip,bool paused);
|
||||
void DOS_UpdatePSPName(void) {
|
||||
DOS_MCB mcb(dos.psp()-1);
|
||||
static char name[9];
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
extern Bit8u int10_font_14[256 * 14];
|
||||
extern bool MSG_Write(const char *);
|
||||
extern void GFX_SetTitle(Bit32s cycles, Bits frameskip, bool paused);
|
||||
extern void GFX_SetTitle(Bit32s cycles, int frameskip, bool paused);
|
||||
|
||||
static int cursor, saved_bpp;
|
||||
static int old_unicode;
|
||||
|
|
Loading…
Add table
Reference in a new issue