mirror of
https://github.com/sal063/AC6_recomp
synced 2026-06-30 03:49:10 -04:00
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
//=============================================================================
|
|
// ReXGlue Generated - {{ project }} Image Configuration
|
|
//=============================================================================
|
|
|
|
#include "{{ project }}_init.h"
|
|
|
|
#include <rex/ppc/image_info.h>
|
|
|
|
const rex::PPCImageInfo PPCImageConfig = {
|
|
PPC_CODE_BASE, // code_base
|
|
PPC_CODE_SIZE, // code_size
|
|
PPC_IMAGE_BASE, // image_base
|
|
PPC_IMAGE_SIZE, // image_size
|
|
PPCFuncMappings, // func_mappings
|
|
REXCRT_HEAP, // rexcrt_heap
|
|
};
|