Home
last modified time | relevance | path

Searched refs:caspect (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/mednafen/mednafen/src/snes_faust/
H A Dppu.cpp58 void PPU_SetGetVideoParams(MDFNGI* gi, const unsigned caspect, const unsigned hfilter, const unsign… in PPU_SetGetVideoParams() argument
60 WHATEVER(PPU_SetGetVideoParams)(gi, caspect, hfilter, sls, sle); in PPU_SetGetVideoParams()
H A Dppu_common.h3 void PPU_SetGetVideoParams(MDFNGI* gi, const unsigned caspect, const unsigned hfilter, const unsign…
H A Dppu_common.inc1218 void PPU_SetGetVideoParams(MDFNGI* gi, const unsigned caspect, const unsigned hfilter, const unsign…
1233 if(caspect == PPU_CASPECT_DISABLED)
1235 else if((caspect == PPU_CASPECT_ENABLED && !PAL) || caspect == PPU_CASPECT_FORCE_NTSC)
1237 else if((caspect == PPU_CASPECT_ENABLED && PAL) || caspect == PPU_CASPECT_FORCE_PAL)
1251 MDFN_printf("CAspect: %u\n", caspect);
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2_render.h28 void VDP2REND_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const…
H A Dvdp2.h35 void SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const bool sho…
H A Dvdp2.cpp892 void SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const bool sho… in SetGetVideoParams() argument
899 VDP2REND_SetGetVideoParams(gi, caspect, sls, sle, show_h_overscan, dohblend); in SetGetVideoParams()
H A Dvdp2_render.cpp3276 void VDP2REND_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const… in VDP2REND_SetGetVideoParams() argument
3278 CorrectAspect = caspect; in VDP2REND_SetGetVideoParams()
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2_render.h29 void VDP2REND_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const…
H A Dvdp2.h35 void SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const bool sho…
H A Dvdp2.cpp902 void SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const bool sho… in SetGetVideoParams() argument
909 VDP2REND_SetGetVideoParams(gi, caspect, sls, sle, show_h_overscan, dohblend); in SetGetVideoParams()
H A Dvdp2_render.cpp3290 void VDP2REND_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const… in VDP2REND_SetGetVideoParams() argument
3292 CorrectAspect = caspect; in VDP2REND_SetGetVideoParams()
/dports/emulators/mednafen/mednafen/src/psx/
H A Dgpu.h218 …void GPU_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const boo…
H A Dgpu.cpp147 void GPU_SetGetVideoParams(MDFNGI* gi, const bool caspect, const int sls, const int sle, const bool… in GPU_SetGetVideoParams() argument
150 CorrectAspect = caspect; in GPU_SetGetVideoParams()