📄 ir.c
字号:
#include "config.h"
#include "global.h"
#ifdef SUPPORT_IR
#include "memmap.h"
#include "regmap.h"
#include "mon.h"
#include "dsa.h"
#include "util.h"
#include "func.h"
#include "sio.h"
#include "ir.h"
#include "ircmd.h"
#include "ircode.h"
#include "irdef.h"
#include "osd.h"
#include "auctrl.h"
#include "comm.h"
#define IR_REPEAT_CODE
/*
* 1.3 : first time to release with Kernel 1.0
* 1.4 : 4th release to NINTAUS and standard code
*/
#ifdef PASSWORD
const BYTE Password[5] = {
IRC_FORWARD, IRC_BACKWARD, IRC_AB, IRC_PREV, IRC_NEXT
};
#ifdef SUPPORT_DISCMAN
const BYTE CustmVer[13] = { "C16-0115-1.8" }; // for Discman
#else
#if CONFIG == CONFIG_COMBO_SVCD
#ifdef NINTAUS
const BYTE CustmVer[13] = { "N18-1126-3.1" }; // for 718
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -