You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
417 B
14 lines
417 B
#ifndef _KSYS573_H
|
|
#define _KSYS573_H
|
|
#include <psx.h>
|
|
#include "system573_lib/ksys573_pad.h"
|
|
#include "ksys573_input_check.h"
|
|
#include "ksys573_font.h"
|
|
#include "ksys573_flash_check.h"
|
|
#include "ksys573_sio_check.h"
|
|
#include "ksys573_dump.h"
|
|
#include "system573_lib/ksys573_psx_gpu.h"
|
|
#include "system573_lib/ksys573_nvram.h"
|
|
#include "system573_lib/ksys573_flash_mem.h"
|
|
#include "system573_lib/ksys573_sio.h"
|
|
#endif |