diff options
| author | notaz | 2012-01-19 02:42:24 +0200 |
|---|---|---|
| committer | notaz | 2012-01-21 00:05:04 +0200 |
| commit | 7890a708c71f94c549b3e87f7471647a014d4038 (patch) | |
| tree | 7c4a815e63a86b5f14d5f55ec0eca0167385823a /plugins/gpulib | |
| parent | 746fee5107b5548577f57cf2aa53e2dbb6a1dffc (diff) | |
| download | pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.gz pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.bz2 pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.zip | |
gpu-gles: add gpulib code
Diffstat (limited to 'plugins/gpulib')
| -rw-r--r-- | plugins/gpulib/gpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gpulib/gpu.c b/plugins/gpulib/gpu.c index 5b16cd4..99b8eda 100644 --- a/plugins/gpulib/gpu.c +++ b/plugins/gpulib/gpu.c @@ -206,6 +206,10 @@ void GPUwriteStatus(uint32_t data) get_gpu_info(data); break; } + +#ifdef GPUwriteStatus_ext + GPUwriteStatus_ext(data); +#endif } const unsigned char cmd_lengths[256] = |
