Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ getEncoding
Method
getEncoding
pcsx2/DebugTools/MipsAssembler.h:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
virtual bool Validate();
57
virtual void Encode();
58
u32 getEncoding() { return encoding; };
59
std::string getErrorMessage() { return error; };
60
private:
61
void encodeNormal();
Callers
1
MipsAssembleOpcode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected