Skip to content

Commit

Permalink
[Chores] Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Nov 24, 2022
1 parent c2f67cf commit d4ef5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/widgets/typed_debugger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,9 @@ void PCSX::Widgets::TypedDebugger::draw(const char* title, GUI* gui) {
if (m_functions.empty()) {
ImGui::TextWrapped(
_("Functions can be imported from Ghidra using tools/ghidra_scripts/export_redux.py, which will generate "
"a redux_funcs.txt file in its folder, or from any text file where each line specifies the function "
"address, name and arguments, separated by semi-colons; arguments are specified in type-name-size tuples "
"whose elements are separated by commas.\n\nFor example:\n"));
"a redux_funcs.txt file in its folder, or from any text file where each line specifies the function "
"address, name and arguments, separated by semi-colons; arguments are specified in type-name-size tuples "
"whose elements are separated by commas.\n\nFor example:\n"));
gui->useMonoFont();
ImGui::TextUnformatted("800148b8;task_main_800148B8;int,param_1,4;int,param_2,1;\n\n");
ImGui::PopFont();
Expand Down

0 comments on commit d4ef5a4

Please sign in to comment.