Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FixJoedChar
Function
FixJoedChar
src/drawing.cpp:393–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
static int FixJoedChar(uint8 ch)
394
{
395
int c = ch - 32;
396
return (c < 0 || c > 98) ? 0 : c;
397
}
398
//static int JoedCharWidth(uint8 ch)
399
//{
400
// return Font6x7[FixJoedChar(ch)*8];
Callers
1
DrawTextTransWH
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected