Files
2026-04-17 20:09:41 +03:00

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
};