From dcc46e2d3011f7de48d6c16144088d1f3d4ed2db Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Sun, 5 Sep 2010 01:11:09 +0000 Subject: 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 --- libpcsxcore/gpu.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 libpcsxcore/gpu.h (limited to 'libpcsxcore/gpu.h') 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(); -- cgit v1.2.3