Home
last modified time | relevance | path

Searched refs:currentfix (Results 1 – 5 of 5) sorted by relevance

/dports/games/xzip/xzip/
H A Dscreen.c434 int currentfix = (get_word (H_FLAGS) & FIXED_FONT_FLAG); local
435 if (forcefix != currentfix) {
436 forcefix = currentfix;
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dvideo.h47 Uint8 currentfix; /* 0=bios fix */ member
H A Dfileio.c318 memory.vid.currentfix=0; in init_game()
H A Dmemory.c709 memory.vid.currentfix=0; in mem68k_store_setting_byte()
715 memory.vid.currentfix=1; in mem68k_store_setting_byte()
H A Dstate.c582 if (memory.vid.currentfix) { in load_state()