⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample.rc

📁 gameboy 模拟器的源代码
💻 RC
字号:
## Sample rc file for gnuboy## You may want to rename this to gnuboy.rc to use it.# Lines that begin with # are comments.## Some keybindingsbind q quitbind r resetbind d +abind s +b# Normal speed/fast forward# Note that these only work with sound disabledbind - "set framelen 16743"bind + "set framelen 0"# Set video mode to 400x300x16bppset vmode 400 300 16# Enable full 2x screen scaling# This will not work if your video mode is smaller than 320x288!set scale 2set density 2# Enable stereo sound. Doesn't work on all systems#set stereo true# Path settings for DOS port - uncomment to use them!#set rcpath c:/gnuboy#set savedir c:/gnuboy/saves## You get the idea by now...# See the README for more information on rc commands and vars.#

⌨️ 快捷键说明

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