Header nits

This commit is contained in:
twinaphex 2015-09-16 08:26:54 +02:00
parent 432a54ca6c
commit 32639fddec
2 changed files with 13 additions and 10 deletions

View File

@ -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);

View File

@ -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) ****/