info-win32.searchresults

来自「游戏模拟器InfoNes的原代码。有兴趣的可以将它移植到linux下」· SEARCHRESULTS 代码 · 共 7 行

SEARCHRESULTS
7
字号
---- AllocChannel Matches (5 in 2 files) ----
InfoNES_Sound_Win.cpp (win32):/*  AllocChannel() : Allocate channel for IDirectSoundBuffer         */
InfoNES_Sound_Win.cpp (win32):WORD DIRSOUND::AllocChannel(void)
InfoNES_Sound_Win.cpp (win32):    InfoNES_MessageBox( "AllocChannel() Failed." );
InfoNES_Sound_Win.cpp (win32):  ch1 = AllocChannel();
InfoNES_Sound_Win.h (win32):	  WORD AllocChannel(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?