Home
last modified time | relevance | path

Searched refs:game_frame (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dsys.cpp114 u32 game_frame; variable
152 game_frame = 0; in systemStartGameRecording()
166 if (game_file.Write(&game_frame, sizeof(game_frame)) != sizeof(game_frame) || in systemStopGameRecording()
234 game_frame = 0; in systemStartGamePlayback()
321 u32 gf = wxUINT32_SWAP_ON_BE(game_frame); in systemReadJoypad()
335 while (game_frame >= game_next_frame) in systemReadJoypad()
449 game_frame++; in systemFrame()
/dports/games/fargoal/fargoal/src/
H A Dgame.h59 void game_frame (void);
H A Dmain.c200 game_frame (); in run_frame()
H A Dgame.c536 game_frame (void) in game_frame() function
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droom.cpp376 const Rect game_frame = RectWH(_GP(game).GetGameRes()); in update_letterbox_mode() local
377 Rect new_main_view = game_frame; in update_letterbox_mode()
388 _GP(play).SetMainViewport(CenterInRect(game_frame, new_main_view)); in update_letterbox_mode()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/freespace2/
H A Dfreespace.cpp479 void game_frame(bool paused = false);
3871 void game_frame(bool paused) in game_frame() function
4318 game_frame(); in game_do_frame()
6100 game_frame(true); in game_do_state()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/freespace2/
H A Dfreespace.cpp466 void game_frame(bool paused = false);
4322 void game_frame(bool paused) in game_frame() function
4817 game_frame();
6509 game_frame(true);