Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ toggleLRF
Method
toggleLRF
pcsx2/Cache.cpp:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
void clearDirty() { rawValue &= ~DIRTY_FLAG; }
67
void clearLocked() { rawValue &= ~LOCK_FLAG; }
68
void toggleLRF() { rawValue ^= LRF_FLAG; }
69
70
uptr addr() const { return rawValue & ~ALL_BITS; }
71
Callers
1
getFreeCache
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected