Home
last modified time | relevance | path

Searched refs:CanSwitchFullscreen (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDirect2D.hpp136 bool CanSwitchFullscreen(const Adapter::Modes::const_iterator) const;
209 bool CanSwitchFullscreen(const Mode&) const;
H A DNstDirect2D.cpp312 bool Direct2D::CanSwitchFullscreen(const Adapter::Modes::const_iterator mode) const in CanSwitchFullscreen() function in Nestopia::DirectX::Direct2D
314 return device.CanSwitchFullscreen( *mode ); in CanSwitchFullscreen()
325 if (CanSwitchFullscreen( mode )) in SwitchFullscreen()
1148 bool Direct2D::Device::CanSwitchFullscreen(const Mode& mode) const in CanSwitchFullscreen() function in Nestopia::DirectX::Direct2D::Device
H A DNstManagerVideo.cpp762 const bool toggleMenu = menu.Visible() && direct2d.CanSwitchFullscreen( mode ); in SwitchFullscreen()