mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
Renaming files
This commit is contained in:
parent
56ac399948
commit
023b0e4f3b
@ -26,7 +26,7 @@
|
||||
#include "controls.h"
|
||||
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
|
||||
/*** Double buffered audio ***/
|
||||
#define AUDIOBUFFER 2048
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "snes9xGx.h"
|
||||
#include "memmap.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "cheats.h"
|
||||
|
||||
extern SCheatData Cheat;
|
||||
|
@ -5,19 +5,19 @@
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
*
|
||||
* sdload.cpp
|
||||
* fileop.cpp
|
||||
*
|
||||
* Load ROMS from FAT
|
||||
* File operations
|
||||
****************************************************************************/
|
||||
#include <gccore.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ogcsys.h>
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "unzip.h"
|
||||
#include "memmap.h"
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "dvd.h"
|
||||
#include "filesel.h"
|
||||
#include "sram.h"
|
@ -5,13 +5,13 @@
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
*
|
||||
* sdload.cpp
|
||||
* fileop.h
|
||||
*
|
||||
* Load ROMS from SD Card
|
||||
* File operations
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef _LOADFROMSDC_
|
||||
#define _LOADFROMSDC_
|
||||
#ifndef _FATFILESC_
|
||||
#define _FATFILESC_
|
||||
#include <gccore.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
@ -30,13 +30,13 @@
|
||||
|
||||
#include "snes9xGx.h"
|
||||
#include "dvd.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "video.h"
|
||||
#include "aram.h"
|
||||
#include "unzip.h"
|
||||
#include "filesel.h"
|
||||
#include "smbload.h"
|
||||
#include "sdload.h"
|
||||
#include "fileload.h"
|
||||
#include "mcsave.h"
|
||||
|
||||
#define PAGESIZE 17
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "snes9xGX.h"
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "s9xconfig.h"
|
||||
#include "audio.h"
|
||||
#include "menu.h"
|
||||
|
@ -28,9 +28,9 @@
|
||||
|
||||
#include "Snes9xGx.h"
|
||||
#include "filesel.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "smbload.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "mcsave.h"
|
||||
|
||||
extern "C"
|
||||
|
@ -26,14 +26,13 @@
|
||||
#include "spc7110.h"
|
||||
#include "controls.h"
|
||||
#include "aram.h"
|
||||
#include "ftfont.h"
|
||||
#include "video.h"
|
||||
#include "mcsave.h"
|
||||
#include "filesel.h"
|
||||
#include "unzip.h"
|
||||
#include "smbload.h"
|
||||
#include "mcsave.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "memfile.h"
|
||||
#include "dvd.h"
|
||||
#include "s9xconfig.h"
|
||||
@ -41,8 +40,7 @@
|
||||
#include "preferences.h"
|
||||
|
||||
#include "button_mapping.h"
|
||||
#include "ftfont.h"
|
||||
|
||||
#include "menudraw.h"
|
||||
#include "cheats.h"
|
||||
#include "cheatmgr.h"
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "dkpro.h"
|
||||
#include "snes9xGX.h"
|
||||
|
@ -17,9 +17,9 @@
|
||||
#include "snes9xGx.h"
|
||||
#include "memmap.h"
|
||||
#include "srtc.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "mcsave.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "smbload.h"
|
||||
#include "filesel.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@ extern "C"
|
||||
#include "unzip.h"
|
||||
#include "memmap.h"
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "dvd.h"
|
||||
#include "filesel.h"
|
||||
#include "sram.h"
|
||||
|
@ -181,7 +181,7 @@
|
||||
#include "snes9xGX.h"
|
||||
#include "dvd.h"
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "s9xconfig.h"
|
||||
#include "audio.h"
|
||||
#include "menu.h"
|
||||
@ -190,7 +190,7 @@
|
||||
#include "preferences.h"
|
||||
#include "gctime.h"
|
||||
#include "button_mapping.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
|
||||
unsigned long ARAM_ROMSIZE = 0;
|
||||
int ConfigRequested = 0;
|
||||
|
@ -17,9 +17,9 @@
|
||||
#include "snes9xGx.h"
|
||||
#include "memmap.h"
|
||||
#include "srtc.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "mcsave.h"
|
||||
#include "sdload.h"
|
||||
#include "fileop.h"
|
||||
#include "smbload.h"
|
||||
#include "filesel.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <zlib.h>
|
||||
#include "dvd.h"
|
||||
#include "video.h"
|
||||
#include "ftfont.h"
|
||||
#include "menudraw.h"
|
||||
#include "unzip.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user