Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 1218:be02e87f9f87
prev1202:01ae5cbad4c8
next1296:30ecee61f811
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Fri Dec 23 08:20:17 2011 +1000
1.2 +++ b/src/sh4/sh4core.h Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -33,6 +33,7 @@
1.4 extern struct breakpoint_struct sh4_breakpoints[MAX_BREAKPOINTS];
1.5 extern int sh4_breakpoint_count;
1.6 extern gboolean sh4_starting;
1.7 +extern gboolean sh4_profile_blocks;
1.8
1.9 /**
1.10 * Cached direct pointer to the current instruction page. If AT is on, this
.