mirror of
https://github.com/libretro/RACE.git
synced 2024-11-27 11:00:21 +00:00
Some small build fixes
This commit is contained in:
parent
fc9e829ff7
commit
0d07a1c849
@ -64,14 +64,14 @@ unsigned char currentCommand = NO_COMMAND;
|
||||
|
||||
#define FLASH_VALID_ID 0x0053
|
||||
|
||||
typedef struct NGFheaderStruct
|
||||
struct NGFheaderStruct
|
||||
{
|
||||
unsigned short version; //always 0x53?
|
||||
unsigned short numBlocks; //how many blocks are in the file
|
||||
unsigned int fileLen; //length of the file
|
||||
} ;
|
||||
|
||||
typedef struct blockStruct
|
||||
struct blockStruct
|
||||
{
|
||||
unsigned int NGPCaddr; //where this block starts (in NGPC memory map)
|
||||
unsigned int len; // length of following data
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include "libretro.h"
|
||||
#include "log.h"
|
||||
#include <string.h>
|
||||
#include <fstream>
|
||||
|
||||
#include "../StdAfx.h"
|
||||
#include "../state.h"
|
||||
|
Loading…
Reference in New Issue
Block a user