aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-flycast/files/patch-core_rec-x86_rec__x86__driver.cpp
blob: 0391177b7edc6b66a83985bb84d15919ef672f90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- core/rec-x86/rec_x86_driver.cpp.orig	2022-05-20 09:34:27 UTC
+++ core/rec-x86/rec_x86_driver.cpp
@@ -31,7 +31,7 @@ RuntimeBlockInfo* ngen_AllocateBlock(void)
 
 x86_block* x86e;
 
-static int cycle_counter;
+int cycle_counter;
 
 void* loop_no_update;
 void* intc_sched;