HomeSort by relevance Sort by last modified time
    Searched full:listedmode (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_centscreen.c 37 centscreen_mode_t curmode, listedmode; local
54 result = Vfirst(&curmode, &listedmode);
58 if ((listedmode.mode & CSCREEN_VIRTUAL)==0) {
60 if (listedmode.plan>=8) {
61 SDL_XBIOS_AddMode(this, listedmode.mode, listedmode.physx,
62 listedmode.physy, listedmode.plan, SDL_FALSE
66 SDL_memcpy(&curmode, &listedmode, sizeof(centscreen_mode_t));
69 result = Vnext(&curmode, &listedmode);
    [all...]

Completed in 116 milliseconds