📄 mainproc.c
字号:
/*
** FILE
** mainproc.c
**
**
*/
#include "config.h"
#include "global.h"
#include "regmap.h"
#include "util.h"
#include "func.h"
#include "audio.h"
#include "auctrl.h"
#include "avd.h"
#include "sig.h"
#include "macro.h"
#include "osd.h"
/*
** FUNCTION
** MediaMainLoop
**
** DESCRIPTION
** Setup and call to mainloop.
*/
void MediaMainLoop(void)
{
regs0->seq_ext = 0;
#ifndef LINEAR_PLAYBACK
if(GetIntrMask() & INTR_FOUND)
{
do
{
polling();
} while(!(GetIntrFlag() & INTR_FOUND));
}
#endif
#ifdef SUPPORT_DISCMAN//jhuang 2003/3/10
MaxTL_tm = 1000;//800;//2003/7/2 05:03
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -