Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SetSizeInMB
Method
SetSizeInMB
pcsx2/SIO/Memcard/MemoryCardFolder.cpp:1695–1698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1693
}
1694
1695
void FolderMemoryCard::SetSizeInMB(u32 megaBytes)
1696
{
1697
SetSizeInClusters((megaBytes * 1024 * 1024) / ClusterSize);
1698
}
1699
1700
void FolderMemoryCard::SetTimeLastReadToNow()
1701
{
Callers
1
ConvertToFolder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected