Home
last modified time | relevance | path

Searched refs:myHiDPIAllowed (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/stella/stella-6.6/src/emucore/
H A DFrameBuffer.hxx294 bool hidpiAllowed() const { return myHiDPIAllowed[displayId()]; } in hidpiAllowed()
545 vector<bool> myHiDPIAllowed; member in FrameBuffer
H A DFrameBuffer.cxx102 myHiDPIAllowed.push_back(((size.w / 2) >= FBMinimum::Width) && in initialize()
104 myHiDPIEnabled.push_back(myHiDPIAllowed.back() && myOSystem.settings().getBool("hidpi")); in initialize()