Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ I4
Function
I4
Source/HLEGraphics/ConvertTile.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
static u32 I4(u8 v)
116
{
117
u32 i {FourToEight[v & 0x0F]};
118
return (i<<24) | (i<<16) | (i<<8) | i;
119
}
120
121
static u32 IA4(u8 v)
122
{
Callers
1
ConvertI4
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected