mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
... and remove all huc.h references
This commit is contained in:
parent
ee1abb8dc3
commit
5ecde178a3
@ -9,7 +9,6 @@
|
||||
#include "vdc.h"
|
||||
#include "psg.h"
|
||||
#include "input.h"
|
||||
#include "huc.h"
|
||||
#include "pcecd.h"
|
||||
#include "pcecd_drive.h"
|
||||
#include "arcade_card.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
#include "pce.h"
|
||||
#include "input.h"
|
||||
#include "huc.h"
|
||||
#include "mednafen-endian.h"
|
||||
|
||||
static int InputTypes[5];
|
||||
|
@ -15,20 +15,6 @@ void MDFN_ltrim(std::string &string);
|
||||
void MDFN_rtrim(std::string &string);
|
||||
void MDFN_trim(std::string &string);
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MDFNMKF_STATE = 0,
|
||||
MDFNMKF_SNAP,
|
||||
MDFNMKF_SAV,
|
||||
MDFNMKF_CHEAT,
|
||||
MDFNMKF_PALETTE,
|
||||
MDFNMKF_IPS,
|
||||
MDFNMKF_MOVIE,
|
||||
MDFNMKF_AUX,
|
||||
MDFNMKF_SNAP_DAT,
|
||||
MDFNMKF_CHEAT_TMP,
|
||||
MDFNMKF_FIRMWARE
|
||||
} MakeFName_Type;
|
||||
|
||||
const char * GetFNComponent(const char *str);
|
||||
|
||||
|
@ -28,7 +28,6 @@ The spectrum peaked at 15734 Hz. 21477272.727272... / 3 / 15734 = 455.00(CPU cy
|
||||
#include "pce.h"
|
||||
#include "surface.h"
|
||||
#include "vdc.h"
|
||||
#include "huc.h"
|
||||
#include "pcecd.h"
|
||||
#include "FileStream.h"
|
||||
#include <math.h>
|
||||
|
Loading…
Reference in New Issue
Block a user