X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.cpp;h=aec51a18e3be9bc0ffe0fb2b4579cd1981285898;hb=dd520b965a1e6531bd1d285494b223ab04c5368b;hp=0275a26da1676490e582e7257906da806200ff87;hpb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;p=virtualjaguar diff --git a/src/gpu.cpp b/src/gpu.cpp index 0275a26..aec51a1 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -1,3 +1,5 @@ +#if 1 + // // GPU Core // @@ -2419,3 +2421,13 @@ static void gpu_opcode_sh(void) //Temporary: Testing only! //#include "gpu2.cpp" //#include "gpu3.cpp" + +#else + +// New thread-safe GPU core + +int GPUCore(void * data) +{ +} + +#endif