Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 1100:50e702af9373
prev855:b937948d79d9
author nkeynes
date Fri Sep 17 20:08:50 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Refactor shader management to support multiple programs, which are all
defined in the shaders.glsl, rather than split up into one file per
fragment.
file annotate diff log raw
1.1 --- a/src/asic.h Wed Sep 10 02:03:20 2008 +0000
1.2 +++ b/src/asic.h Fri Sep 17 20:08:50 2010 +1000
1.3 @@ -218,3 +218,5 @@
1.4 void asic_clear_event( int event );
1.5
1.6 void asic_g2_write_word( );
1.7 +
1.8 +gboolean asic_enable_ide_interface( gboolean enable );
.