Home
last modified time | relevance | path

Searched refs:autopause (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/application/
H A Dapplication.cpp111 if(!autopause && !active) { in run()
112 autopause = true; in run()
114 } else if(autopause && active) { in run()
115 autopause = false; in run()
118 autopause = false; in run()
121 if(SNES::cartridge.loaded() && !pause && !autopause && (!debug || debugrun)) { in run()
158 autopause = false; in Application()
H A Dapplication.moc.hpp21 bool autopause; member in Application
/dports/games/icebreaker/icebreaker-1.9.8/
H A Doptions.c87 options.autopause=AUTOPAUSEOFF; in setdefaultoptions()
135 options.autopause=AUTOPAUSEON; in readoptions()
137 options.autopause=AUTOPAUSEOFF; in readoptions()
194 if (options.autopause==AUTOPAUSEON) in writeoptions()
196 else if (options.autopause==AUTOPAUSEOFF) in writeoptions()
235 commandline.autopause=AUTOPAUSEOFF; in parsecommandline()
H A Doptions.h35 AutoPauseType autopause; member
H A Dmenu.c307 if (options.autopause==AUTOPAUSEON) in menuitem_autopause()
315 if (options.autopause==AUTOPAUSEON) in menuitem_autopause()
317 options.autopause=AUTOPAUSEOFF; in menuitem_autopause()
322 options.autopause=AUTOPAUSEON; in menuitem_autopause()
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/
H A Dmodule.cfg5 …height", "775",*/ "--bigscreen", "--proportional-resize", "--no-iphone-controls", "--no-autopause"]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky/husky-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/debian/
H A Dcontrol23 pause and autopause for links
/dports/news/husky/husky-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/doc/
H A Dkeywords.hpt34 autopause
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dbreakout.lua169 autopause = 0,
332 options.autopause = tonumber(f:read("*l")) or 0
363 f:write(tostring(options.autopause).."\n")
1044 options.autopause = 1 - options.autopause
1046 notify("Autopause", options.autopause)
1272 if not (game.pause and game.offoverlay and options.autopause ~= 0) then
1467 if game.offoverlay and options.autopause ~= 0 then
1564 y = drawoption("a", "autopause", state[options.autopause], leftx, h, y)
1620 if game.pause and options.autostart ~= 0 and options.autopause ~= 0 then
1629 if options.autopause ~= 0 and not game.newball then
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/utility/
H A Dutility.cpp31 } else if(application.pause == true || application.autopause == true) { in updateSystemState()
/dports/multimedia/gnome-mplayer/gnome-mplayer-1.0.9/src/
H A Dcommon.h347 extern gboolean autopause;

123