(GX) Build fix

This commit is contained in:
twinaphex 2014-08-15 21:08:56 +02:00
parent 105f5c3e73
commit 4a17a7b832
15 changed files with 16 additions and 1427 deletions

View File

@ -27,7 +27,7 @@
#include <cafe/ai.h>
#endif
#include "../gx/sdk_defines.h"
#include "../gfx/gx/sdk_defines.h"
#define CHUNK_FRAMES 64
#define CHUNK_SIZE (CHUNK_FRAMES * sizeof(uint32_t))

View File

@ -19,7 +19,7 @@
#include "../../driver.h"
#include "../../general.h"
#include "../../libretro_private.h"
#include "../../gx/sdk_defines.h"
#include "../../gfx/gx/sdk_defines.h"
#include "../../file.h"

View File

@ -21,7 +21,7 @@
#include <fat.h>
#include <gctypes.h>
#include <ogc/cache.h>
#include "../../gx/ppc_asm.h"
#include "../../gfx/gx/ppc_asm.h"
#include <ogc/system.h>
#include <ogc/usbstorage.h>
#include <sdcard/wiisd_io.h>

View File

@ -15,17 +15,17 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../driver.h"
#include "../general.h"
#include "../gfx/fonts/bitmap.h"
#include "../frontend/menu/menu_common.h"
#include "../gfx/gfx_common.h"
#include "../../driver.h"
#include "../../general.h"
#include "../fonts/bitmap.h"
#include "../../frontend/menu/menu_common.h"
#include "../gfx_common.h"
#ifdef HW_RVL
#include "../wii/mem2_manager.h"
#include "../../wii/mem2_manager.h"
#endif
#include "gx_video.h"
#include "gx_gfx.h"
#include <gccore.h>
#include <ogcsys.h>
#include <malloc.h>
@ -33,7 +33,7 @@
#include <string.h>
#include "ppc_asm.h"
#include "gx_video_inl.h"
#include "gx_gfx_inl.h"
#include "sdk_defines.h"
#define SYSMEM1_SIZE 0x01800000

View File

@ -228,11 +228,11 @@ VIDEO DRIVER
#endif
#if defined(GEKKO)
#include "../gx/gx_video.c"
#include "../gfx/gx/gx_gfx.c"
#elif defined(PSP)
#include "../psp1/psp1_video.c"
#include "../gfx/psp1_gfx.c"
#elif defined(XENON)
#include "../xenon/xenon360_video.c"
#include "../gfx/xenon360_gfx.c"
#endif
#include "../gfx/nullgfx.c"

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
#include <ogc/machine/asm.h>
#include <ogc/lwp_heap.h>
#include <ogc/system.h>
#include "../gx/ppc_asm.h"
#include "../gfx/gx/ppc_asm.h"
#include <string.h>
#include <malloc.h>
#include <unistd.h>

View File

@ -40,7 +40,7 @@
#include <string.h>
#include <gccore.h>
#include <ogcsys.h>
#include "../gx/ppc_asm.h"
#include "../gfx/gx/ppc_asm.h"
#include "vi_encoder.h"