Add UppcaseHex string helper fns
This commit is contained in:
@@ -209,6 +209,10 @@ class ImGuiIdIssuer {
|
||||
}
|
||||
};
|
||||
|
||||
std::string UppercaseHexByte(uint8_t byte);
|
||||
std::string UppercaseHexWord(uint16_t word);
|
||||
std::string UppercaseHexLong(uint32_t dword);
|
||||
|
||||
uint32_t SnesToPc(uint32_t addr);
|
||||
uint32_t PcToSnes(uint32_t addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user