You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ With the possibilites GodMode9 provides, not everything may be obvious at first
116
116
*__Search drives and folders__: Just press R+A on the drive / folder you want to search.
117
117
*__Compare and verify files__: Press the A button on the first file, select `Calculate SHA-256`. Do the same for the second file. If the two files are identical, you will get a message about them being identical. On the SDCARD drive (`0:`) you can also write an SHA file, so you can check for any modifications at a later point.
118
118
*__Hexview and hexedit any file__: Press the A button on a file and select `Show in Hexeditor`. A button again enables edit mode, hold the A button and press arrow buttons to edit bytes. You will get an additional confirmation prompt to take over changes. Take note that for certain files, write permissions can't be enabled.
119
-
*__View text files in a text viewer__: Press the A button on a file and select `Show in Textviewer` (only shows up for actual text files). You can enable wordwrapped mode via R+Y, and navigate around the file via R+X and the dpad.
119
+
*__View/edit text files in a text editor__: Press the A button on a file and select `Show in Text Editor` (only shows up for actual text files). You can enable wordwrapped mode via R+Y, and navigate around the file via R+X and the dpad.
120
120
*__Chainload FIRM payloads__: Press the A button on a FIRM file, select `FIRM options` -> `Boot FIRM`. Keep in mind you should not run FIRMs from dubious sources and that the write permissions system is no longer in place after booting a payload.
121
121
*__Chainload FIRM payloads from a neat menu__: The `payloads` menu is found inside the HOME button menu. It provides any FIRM found in `0:/gm9/payloads` for quick chainloading.
122
122
*__Inject a file to another file__: Put exactly one file (the file to be injected from) into the clipboard (via the Y button). Press A on the file to be injected to. There will be an option to inject the first file into it.
@@ -203,6 +203,7 @@ This tool would not have been possible without the help of numerous people. Than
203
203
***Lilith Valentine** for testing and helpful advice
204
204
***Project Nayuki** for [qrcodegen](https://github.com/nayuki/QR-Code-generator)
205
205
***Amazingmax fonts** for the Amazdoom font
206
+
***nevumx** for turning the text viewer into a text editor with UTF-8 and LF/CRLF support
206
207
* The fine folks on **the official GodMode9 IRC channel and Discord server**
207
208
* The fine folks on **freenode #Cakey**
208
209
* All **[3dbrew.org](https://www.3dbrew.org/wiki/Main_Page) editors**
0 commit comments