Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ Is64Bit
Method
Is64Bit
src/core/file_sys/kernel_executable.cpp:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
bool KIP::Is64Bit() const {
136
return (header.flags & 0x8) != 0;
137
}
138
139
bool KIP::Is39BitAddressSpace() const {
140
return (header.flags & 0x10) != 0;
Callers
8
GDBStub
Method · 0.45
SymbolicateBacktrace
Function · 0.45
GetThreadName
Function · 0.45
GetBacktraceFromContext
Function · 0.45
Load
Method · 0.45
BootGame
Method · 0.45
LoadFromModules
Method · 0.45
GetChildren
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected