A
1
2
Developer - thegangster256
3
4
Homepage - https://sourceforge.net/projects/hpsx64/
5
Download - https://sourceforge.net/projects/hpsx64/files/Source/
6
Mirror -https://github.com/Zero3K/hpsx64
7
8
Discord - https://discord.gg/94EQK2M
9
FPS Monitor - https://github.com/GameTechDev/PresentMon/releases (get the 64-bit version) and make a shortcut to it that includes the -captureall and -scroll-toggle parameters. In order to see the FPS of the emulator, press the Scroll Lock key.
10
11
How to report crashes:
12
13
1. Open Command Prompt by pressing Win + R and typing cmd.
14
2. Type cd "PATH_TO_HPS2X64_FOLDER" (replace PATH_TO_HPS2X64_FOLDER" with the path to where you put the exe).
15
3. Type DebugPS2 and press Enter.
16
4. Type run and press Enter.
17
5. Load the game that caused it to crash and get it to crash again.
18
6. Go back to the Command Prompt window.
19
7. Type bt and press Enter.
20
8. Close the emulator's window.
21
9. Copy the trace given by bt.
22
10. Paste it to https://linkode.org and save it after choosing Plain Text in its drop-down box.
23
11. Add the link that it redirects you to into your report.
24
25
If you have any questions/suggestions regarding the steps I've posted, feel free to leave a comment.
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100