summaryrefslogtreecommitdiff
path: root/libpcsxcore/gpu.h
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-05 01:11:09 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-05 01:11:09 +0000
commitdcc46e2d3011f7de48d6c16144088d1f3d4ed2db (patch)
tree668a6d8b7f9c86c47f367a1624088f8dbaee34d4 /libpcsxcore/gpu.h
parent37edbb7d48a17b7321ebeb5bcf992c7d77fd2662 (diff)
downloadpcsxr-dcc46e2d3011f7de48d6c16144088d1f3d4ed2db.tar.gz
Chrono Cross interlace fix (ePSXe version)
GameShark Lite needs GPUSTATUS_READYFORVRAM off when not IDLE. Also fixes CDROM swapping. - Enable 'Fake GPU Busy States' to work - Perhaps we should fix PEOPS GPU to turn off READYFORVRAM instead of gpu.c (my temp solution) Please add gpu.c / gpu.h to your makefiles. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56824 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/gpu.h')
-rw-r--r--libpcsxcore/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h
new file mode 100644
index 00000000..429dd3a2
--- /dev/null
+++ b/libpcsxcore/gpu.h
@@ -0,0 +1 @@
+int gpuReadStatus();