sample.rc
来自「gameboy 模拟器的源代码」· RC 代码 · 共 50 行
RC
50 行
## 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 + =
减小字号Ctrl + -
显示快捷键?