diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-05-10 21:34:27 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-05-10 21:34:27 +0100 |
| commit | b5a738748175a460f856a1ed8a2e29fa26ebfb14 (patch) | |
| tree | 8cc060819d9433940859de000bbb986cc45d7458 /win32/plugins | |
| parent | 1a30cfb9510d4e46960010735d26a344f75cb328 (diff) | |
| download | pcsxr-b5a738748175a460f856a1ed8a2e29fa26ebfb14.tar.gz | |
Add PGXP visual debug mode
Toggles using F11
Red = low precision
Blue = high precision
Yellow = Sprite
Diffstat (limited to 'win32/plugins')
| -rwxr-xr-x | win32/plugins/peopsxgl/gpuPeopsOpenGL.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def index 83d853a7..88d121ff 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def @@ -35,3 +35,5 @@ EXPORTS GPUvisualVibration @28 GPUaddVertex @29 GPUpgxpMemory @30 + + GPUtoggleDebug @31 |
