Merge pull request #956 from cxd4/fix-glide-unix

[Glide64] small updates for fixing compile errors on non-Windows
This commit is contained in:
zilmar 2016-01-29 08:02:20 +11:00
commit 36efe34b30
9 changed files with 15 additions and 1 deletions

View File

@ -37,6 +37,7 @@
//
//****************************************************************
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Combine.h"

View File

@ -37,6 +37,9 @@
//
//****************************************************************
#include <stdarg.h>
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Debugger.h"

View File

@ -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;

View File

@ -37,6 +37,7 @@
//
//****************************************************************
#include <string.h>
#include <Common/StdString.h>
#include "Gfx_1.3.h"
#include "Version.h"

View File

@ -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;

View File

@ -42,6 +42,7 @@
//
//****************************************************************
#include <string.h>
#include "Gfx_1.3.h"
#include "TexBuffer.h"
#include "CRC.h"

View File

@ -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);

View File

@ -38,6 +38,8 @@
//****************************************************************
#include <math.h>
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Combine.h"

View File

@ -38,6 +38,8 @@
//****************************************************************
#include <math.h>
#include <string.h>
#include "Gfx_1.3.h"
#include "3dmath.h"
#include "Util.h"