Merge pull request #956 from cxd4/fix-glide-unix
[Glide64] small updates for fixing compile errors on non-Windows
This commit is contained in:
commit
36efe34b30
|
@ -37,6 +37,7 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <string.h>
|
||||
#include "Gfx_1.3.h"
|
||||
#include "Util.h"
|
||||
#include "Combine.h"
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Gfx_1.3.h"
|
||||
#include "Util.h"
|
||||
#include "Debugger.h"
|
||||
|
|
|
@ -74,7 +74,7 @@ the plugin
|
|||
#include "GlideExtensions.h"
|
||||
#include "rdp.h"
|
||||
#include "Keys.h"
|
||||
#include "config.h"
|
||||
#include "Config.h"
|
||||
|
||||
#if defined __VISUALC__
|
||||
typedef unsigned char boolean;
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <string.h>
|
||||
#include <Common/StdString.h>
|
||||
#include "Gfx_1.3.h"
|
||||
#include "Version.h"
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static inline void mirror32bS(uint8_t *tex, uint8_t *start, int width, int height, int mask, int line, int full, int count)
|
||||
{
|
||||
uint32_t *v8;
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <string.h>
|
||||
#include "Gfx_1.3.h"
|
||||
#include "TexBuffer.h"
|
||||
#include "CRC.h"
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
#include "TexLoad16b.h"
|
||||
#include "TexLoad32b.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
uint32_t LoadNone(uintptr_t /*dst*/, uintptr_t /*src*/, int /*wid_64*/, int /*height*/, int /*line*/, int /*real_width*/, int /*tile*/)
|
||||
{
|
||||
memset(texture, 0, 4096 * 4);
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
//****************************************************************
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Gfx_1.3.h"
|
||||
#include "Util.h"
|
||||
#include "Combine.h"
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
//****************************************************************
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Gfx_1.3.h"
|
||||
#include "3dmath.h"
|
||||
#include "Util.h"
|
||||
|
|
Loading…
Reference in New Issue