MOve all 'define' headers to central place ' defines'
This commit is contained in:
parent
08260878ea
commit
77aa7535c9
|
@ -28,7 +28,7 @@
|
||||||
#include <cafe/ai.h>
|
#include <cafe/ai.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../gfx/drivers/gx_sdk_defines.h"
|
#include "../../defines/gx_defines.h"
|
||||||
|
|
||||||
#define CHUNK_FRAMES 64
|
#define CHUNK_FRAMES 64
|
||||||
#define CHUNK_SIZE (CHUNK_FRAMES * sizeof(uint32_t))
|
#define CHUNK_SIZE (CHUNK_FRAMES * sizeof(uint32_t))
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <queues/fifo_buffer.h>
|
#include <queues/fifo_buffer.h>
|
||||||
|
|
||||||
#include "../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
|
|
||||||
#define AUDIO_BLOCKS 8
|
#define AUDIO_BLOCKS 8
|
||||||
#define AUDIO_CHANNELS 2
|
#define AUDIO_CHANNELS 2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _GX_SDK_DEFINES_H
|
#ifndef _GX_DEFINES_H
|
||||||
#define _GX_SDK_DEFINES_H
|
#define _GX_DEFINES_H
|
||||||
|
|
||||||
#ifdef GEKKO
|
#ifdef GEKKO
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PS3_SDK_DEFINES_H
|
#ifndef _PS3_DEFINES_H
|
||||||
#define _PS3_SDK_DEFINES_H
|
#define _PS3_DEFINES_H
|
||||||
|
|
||||||
#include <sdk_version.h>
|
#include <sdk_version.h>
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PSP_SDK_DEFINES_H
|
#ifndef _PSP_DEFINES_H
|
||||||
#define _PSP_SDK_DEFINES_H
|
#define _PSP_DEFINES_H
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
ERROR PROTOTYPES
|
ERROR PROTOTYPES
|
|
@ -43,7 +43,7 @@
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../libretro_private.h"
|
#include "../../libretro_private.h"
|
||||||
#include "../../gfx/drivers/gx_sdk_defines.h"
|
#include "../../defines/gx_defines.h"
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
#include <ogc/ios.h>
|
#include <ogc/ios.h>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include <file/file_list.h>
|
#include <file/file_list.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
#define EMULATOR_CONTENT_DIR "SSNE10000"
|
#define EMULATOR_CONTENT_DIR "SSNE10000"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <file/file_list.h>
|
#include <file/file_list.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../gfx/drivers/psp_sdk_defines.h"
|
#include "../../defines/psp_defines.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
#if defined(HAVE_KERNEL_PRX) || defined(IS_SALAMANDER)
|
#if defined(HAVE_KERNEL_PRX) || defined(IS_SALAMANDER)
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#include "ppc_asm.h"
|
#include "ppc_asm.h"
|
||||||
#include "gx_gfx_inl.h"
|
#include "gx_gfx_inl.h"
|
||||||
#include "gx_sdk_defines.h"
|
#include "../../defines/gx_defines.h"
|
||||||
|
|
||||||
struct gx_overlay_data
|
struct gx_overlay_data
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include <psprtc.h>
|
#include <psprtc.h>
|
||||||
|
|
||||||
#include <retro_inline.h>
|
#include <retro_inline.h>
|
||||||
#include "psp_sdk_defines.h"
|
#include "../../defines/psp_defines.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../video_viewport.h"
|
#include "../video_viewport.h"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../runloop.h"
|
#include "../../runloop.h"
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBDBGFONT
|
#ifdef HAVE_LIBDBGFONT
|
||||||
#ifndef __PSL1GHT__
|
#ifndef __PSL1GHT__
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
|
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
|
|
||||||
#ifdef __PSL1GHT__
|
#ifdef __PSL1GHT__
|
||||||
#include <ppu-asm.h>
|
#include <ppu-asm.h>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <sdk_version.h>
|
#include <sdk_version.h>
|
||||||
|
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
|
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../libretro.h"
|
#include "../../libretro.h"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <pspctrl.h>
|
#include <pspctrl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../gfx/drivers/psp_sdk_defines.h"
|
#include "../../defines/psp_defines.h"
|
||||||
|
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../libretro.h"
|
#include "../../libretro.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2__)
|
#if defined(__CELLOS_LV2__)
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../defines/ps3_defines.h"
|
||||||
#ifndef __PSL1GHT__
|
#ifndef __PSL1GHT__
|
||||||
#include <netex/net.h>
|
#include <netex/net.h>
|
||||||
#include <cell/sysmodule.h>
|
#include <cell/sysmodule.h>
|
||||||
|
|
Loading…
Reference in New Issue