MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DisableExceptions

Method DisableExceptions

common/FPControl.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 __fi constexpr FPControlRegister DisableExceptions()
56 {
57 bitmask |= EXCEPTION_MASK;
58 return *this;
59 }
60
61 __fi constexpr FPRoundMode GetRoundMode() const
62 {

Callers 1

Pcsx2Config.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected