Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 1100:50e702af9373
prev1014:f5914b2fd0db
next1296:30ecee61f811
author nkeynes
date Tue Feb 28 17:25:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Implement display output for the GLES2 case (no fixed function
rendering)
file annotate diff log raw
1.1 --- a/src/syscall.h Sun May 24 08:30:35 2009 +0000
1.2 +++ b/src/syscall.h Tue Feb 28 17:25:26 2012 +1000
1.3 @@ -60,6 +60,8 @@
1.4 */
1.5 void bios_install( void );
1.6
1.7 +void bios_boot( uint32_t syscallid );
1.8 +
1.9 /**
1.10 * Install the DCLoad syscall hack
1.11 */
.