Nugget
|
#include "openbios/kernel/psxexe.h"
#include <ctype.h>
#include <memory.h>
#include <string.h>
#include "common/psxlibc/stdio.h"
#include "common/syscalls/syscalls.h"
#include "openbios/fileio/fileio.h"
#include "openbios/kernel/flushcache.h"
#include "openbios/kernel/util.h"
Functions | |
int | loadExeHeader (const char *filename, struct psxExeHeader *header) |
int | loadExe (const char *filename, struct psxExeHeader *header) |
void | loadAndExec (const char *filename, uint32_t stackStart, uint32_t stackSize) |
int loadExe | ( | const char * | filename, |
struct psxExeHeader * | header | ||
) |
int loadExeHeader | ( | const char * | filename, |
struct psxExeHeader * | header | ||
) |