This repository was archived by the owner on Mar 18, 2023. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,36 +12,36 @@ games as well as ELF files such as OpenPS2Loader or ESR.
12
12
See the [ wiki] ( https://github.com/root670/CheatDevicePS2/wiki ) to get started
13
13
using Cheat Device.
14
14
15
- # Features
15
+ ## Features
16
16
* Easy to navigate menu system similar to CodeBreaker
17
17
* Supports booting retail discs and loader ELFs
18
18
* Fast loading of large cheat lists
19
19
* Save manager for backing up and restoring game saves to/from a flash drive
20
20
* Powered by ps2rd's powerful cheat engine
21
21
22
- # Compiling
22
+ ## Compiling
23
23
If you have Docker installed, it's easiest to compile Cheat Device using my
24
24
docker image:
25
25
26
- ## Unix
26
+ ### Unix
27
27
``` bash
28
28
./docker-make [args...]
29
29
```
30
30
31
- ## Windows Command Prompt
31
+ ### Windows Command Prompt
32
32
``` cmd
33
33
docker-make.bat [args...]
34
34
```
35
35
36
- ## Windows PowerShell
36
+ ### Windows PowerShell
37
37
``` ps
38
38
.\docker-make.bat [args...]
39
39
```
40
40
41
41
See the [ compile] ( https://github.com/root670/CheatDevicePS2/wiki/Compiling )
42
42
page in the wiki for instructions to build without Docker.
43
43
44
- # License
44
+ ## License
45
45
Cheat Device is not licensed, sponsored, or endorsed by Sony Computer
46
46
Entertainment, Inc. This program comes with ABSOLUTELY NO WARRANTY. Cheat
47
47
Device is licensed under GNU GPL-3. See LICENSE for details. The cheat
You can’t perform that action at this time.
0 commit comments