📄 sound_if.c
字号:
#include "global.h"
#include "osd.h"
#include "func.h"
#include "ircmd.h"
#include "memmap.h"
#include "dsp3_if.h"
#include "stdlib.h"
#include "cchar.h"
#define MAX_PAGE_ITEM 4
extern UINT8 sound_sel[MAX_PAGE_ITEM];
#ifdef SUPPORT_3DSOUND
BYTE soundGetSurroundType()
{
BYTE iVal = 0;
iVal = sound_sel[0] - 2;
return iVal;
}
#else
BYTE soundGetSurroundType() {return 0;}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -