gbaswi-x86.cpp
来自「一个任天堂掌上游戏机NDS的源代码」· C++ 代码 · 共 30 行
CPP
30 行
/*************************************************************************** DSemu - The Next Generation ** Portable ARM7TDMI core: GBA software interrupt HLE [gbaswi.cpp] ** Copyright Imran Nazar, 2005; released under the BSD public licence. ***************************************************************************/#ifdef ARM7TDMI_X86#include "arm7tdmi.h"#include "plgmmu32.h"#include "armmasks.h"#include "datadefs.h"// This file currently lies empty.OPC xopSWI(){ return 1;}OPC xtopSWI(){ return 1;}#endif/*** EOF: gbaswi.cpp *****************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?