gbaswi.cpp

来自「一个任天堂掌上游戏机NDS的源代码」· C++ 代码 · 共 26 行

CPP
26
字号
/*************************************************************************** DSemu - The Next Generation                                             ** Portable ARM7TDMI core: GBA software interrupt HLE [gbaswi.cpp]         ** Copyright Imran Nazar, 2005; released under the BSD public licence.     ***************************************************************************/#include "arm7tdmi.h"#include "plgmmu32.h"#include "armmasks.h"#include "datadefs.h"// This file currently lies empty.OPC opSWI(){    return 1;}OPC topSWI(){    return 1;}/*** EOF: gbaswi.cpp *****************************************************/

⌨️ 快捷键说明

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