mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Header nits
This commit is contained in:
parent
432a54ca6c
commit
32639fddec
@ -4,10 +4,12 @@
|
||||
/****************************************************************************
|
||||
* SSARAM
|
||||
***************************************************************************/
|
||||
#include <gccore.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gccore.h>
|
||||
|
||||
#include "ssaram.h"
|
||||
|
||||
static char aramfix[2048] ATTRIBUTE_ALIGN(32);
|
||||
|
@ -1,18 +1,19 @@
|
||||
/**
|
||||
* Adopted from WiiMC (Tantric 2009-2012) and WiiFlow (http://code.google.com/p/wiiflow/)
|
||||
*/
|
||||
/** Adopted from WiiMC (Tantric 2009-2012) and WiiFlow (http://code.google.com/p/wiiflow/) */
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <ogc/machine/asm.h>
|
||||
#include <ogc/lwp_heap.h>
|
||||
#include <ogc/system.h>
|
||||
#include "../gfx/drivers/ppc_asm.h"
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <unistd.h>
|
||||
#include "mem2_manager.h"
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
// Forbid the use of MEM2 through malloc
|
||||
#include "mem2_manager.h"
|
||||
#include "../gfx/drivers/ppc_asm.h"
|
||||
|
||||
/* Forbid the use of MEM2 through malloc */
|
||||
u32 MALLOC_MEM2 = 0;
|
||||
|
||||
/*** from libogc (lwp_heap.inl) ****/
|
||||
|
Loading…
Reference in New Issue
Block a user