scrmode.h

来自「NES game Emulator in Linux.c and asm cod」· C头文件 代码 · 共 22 行

H
22
字号
/*

SNEeSe, an Open Source Super NES emulator.


Copyright (c) 1998-2004 Charles Bilyue'.
Portions Copyright (c) 2003-2004 Daniel Horchner.

This is free software.  See 'LICENSE' for details.
You must read and accept the license prior to use.

*/

#ifndef SNEeSe_scrmode_h
#define SNEeSe_scrmode_h

#include "misc.h"

EXTERN void Set256x239(void);

#endif /* !defined(SNEeSe_scrmode_h) */

⌨️ 快捷键说明

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