mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
fix hexeditor instructions formatting
This commit is contained in:
parent
fdbca10773
commit
1554aac4e1
@ -571,7 +571,7 @@ u32 FileHexViewer(const char* path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool show_instr = true;
|
static bool show_instr = true;
|
||||||
static const char* instr = "Hexeditor Controls:\n ↑↓→←(+R) - Scroll\nR+Y - Switch view\nX - Search / goto...\nA - Enter edit mode\nA+↑↓→← - Edit value\nB - Exit\n";
|
static const char* instr = "Hexeditor Controls:\n \n↑↓→←(+R) - Scroll\nR+Y - Switch view\nX - Search / goto...\nA - Enter edit mode\nA+↑↓→← - Edit value\nB - Exit\n";
|
||||||
if (show_instr) { // show one time instructions
|
if (show_instr) { // show one time instructions
|
||||||
ShowPrompt(false, instr);
|
ShowPrompt(false, instr);
|
||||||
show_instr = false;
|
show_instr = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user