]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gpu.cpp
And so with this revision, we commit massive breakage. We Apologize For The Inconveni...
[virtualjaguar] / src / gpu.cpp
index 0275a26da1676490e582e7257906da806200ff87..aec51a18e3be9bc0ffe0fb2b4579cd1981285898 100644 (file)
@@ -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