📄 cdfunc.c
字号:
#include "regmap.h"
#include "config.h"
#include "global.h"
#include "avd.h"
#include "util.h"
#include "func.h"
#include "cd.h"
#include "dsa.h"
#include "cdfunc.h"
int cd_func_speed_init(BYTE speed)
{
speed = 0;
return 0;
}
int cd_func_tray(int func)
{
func = 0;
return 0;
}
int cd_func_stop(void)
{
return 0;
}
int cd_func_playtrack(int trk)
{
trk = 0;
return 0;
}
int cd_func_gotomsf(UINT32 x_msf)
{
x_msf = 0;
return 0;
}
int cd_func_pause(int pause)
{
pause = 0;
return 0;
}
int cd_func_setspeed(int speed)
{
speed = 1;
return 0;
}
UINT32 cd_func_gettime(void)
{
return 0;
}
int cd_func_readtoc(int session)
{
session = 0;
return 0;
}
int cd_func_readlongtoc(int session)
{
session = 0;
return 0;
}
int ReadSessionData(BYTE session)
{
session = 0;
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -