mirror of https://github.com/snes9xgit/snes9x.git
Include required headers for types in snapshot.h, display.h
This commit is contained in:
parent
555f5110fb
commit
7b14e1356f
|
@ -179,6 +179,8 @@
|
||||||
#ifndef _DISPLAY_H_
|
#ifndef _DISPLAY_H_
|
||||||
#define _DISPLAY_H_
|
#define _DISPLAY_H_
|
||||||
|
|
||||||
|
#include "snes9x.h"
|
||||||
|
|
||||||
enum s9x_getdirtype
|
enum s9x_getdirtype
|
||||||
{
|
{
|
||||||
DEFAULT_DIR = 0,
|
DEFAULT_DIR = 0,
|
||||||
|
|
|
@ -179,6 +179,8 @@
|
||||||
#ifndef _SNAPSHOT_H_
|
#ifndef _SNAPSHOT_H_
|
||||||
#define _SNAPSHOT_H_
|
#define _SNAPSHOT_H_
|
||||||
|
|
||||||
|
#include "snes9x.h"
|
||||||
|
|
||||||
#define SNAPSHOT_MAGIC "#!s9xsnp"
|
#define SNAPSHOT_MAGIC "#!s9xsnp"
|
||||||
#define SNAPSHOT_VERSION_IRQ 7
|
#define SNAPSHOT_VERSION_IRQ 7
|
||||||
#define SNAPSHOT_VERSION_BAPU 8
|
#define SNAPSHOT_VERSION_BAPU 8
|
||||||
|
|
Loading…
Reference in New Issue