summaryrefslogtreecommitdiff
path: root/pcr/reicast-git/wait_if_two_frames_already_in_flight.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/reicast-git/wait_if_two_frames_already_in_flight.patch')
-rw-r--r--pcr/reicast-git/wait_if_two_frames_already_in_flight.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/pcr/reicast-git/wait_if_two_frames_already_in_flight.patch b/pcr/reicast-git/wait_if_two_frames_already_in_flight.patch
index 56e774138..6b29b3d61 100644
--- a/pcr/reicast-git/wait_if_two_frames_already_in_flight.patch
+++ b/pcr/reicast-git/wait_if_two_frames_already_in_flight.patch
@@ -1,6 +1,6 @@
diff -Nur a/core/hw/pvr/Renderer_if.cpp b/core/hw/pvr/Renderer_if.cpp
---- a/core/hw/pvr/Renderer_if.cpp 2015-08-23 00:16:33.916598479 -0300
-+++ b/core/hw/pvr/Renderer_if.cpp 2015-08-23 02:25:28.932602664 -0300
+--- a/core/hw/pvr/Renderer_if.cpp 2015-08-27 12:17:34.719561251 -0300
++++ b/core/hw/pvr/Renderer_if.cpp 2015-08-27 12:21:45.917501578 -0300
@@ -187,6 +187,7 @@
bool rend_frame(TA_context* ctx, bool draw_osd) {
@@ -38,14 +38,14 @@ diff -Nur a/core/hw/pvr/Renderer_if.cpp b/core/hw/pvr/Renderer_if.cpp
bool is_rtt=(FB_W_SOF1& 0x1000000)!=0;
TA_context* ctx = tactx_Pop(CORE_CURRENT_CTX);
diff -Nur a/core/hw/pvr/ta_ctx.cpp b/core/hw/pvr/ta_ctx.cpp
---- a/core/hw/pvr/ta_ctx.cpp 2015-08-23 00:16:33.917598487 -0300
-+++ b/core/hw/pvr/ta_ctx.cpp 2015-08-23 02:26:47.189293717 -0300
-@@ -127,8 +127,6 @@
+--- a/core/hw/pvr/ta_ctx.cpp 2015-08-27 12:17:34.720561259 -0300
++++ b/core/hw/pvr/ta_ctx.cpp 2015-08-27 12:23:24.614248467 -0300
+@@ -153,8 +153,6 @@
mtx_rqueue.Lock();
rqueue = 0;
mtx_rqueue.Unlock();
-
- tactx_Recycle(ctx);
+ frame_finished.Set();
}
- cMutex mtx_pool;