Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 209:ff67a7b9aa17
prev182:e3b513538548
next561:533f6b478071
author nkeynes
date Mon Aug 07 13:18:16 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Implement open/close dcload syscalls, change permission flag to "unsafe"
file annotate diff log raw
1.1 --- a/src/syscall.h Thu Jul 06 08:47:33 2006 +0000
1.2 +++ b/src/syscall.h Mon Aug 07 13:18:16 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: syscall.h,v 1.2 2006-07-06 08:47:33 nkeynes Exp $
1.6 + * $Id: syscall.h,v 1.3 2006-08-07 13:18:16 nkeynes Exp $
1.7 *
1.8 * Generic syscall support - ability to add hooks into SH4 code to call out
1.9 * to the emu.
1.10 @@ -69,7 +69,7 @@
1.11 * Set the flag that indicates whether the dcload exit() syscall will be
1.12 * honoured by exiting the VM.
1.13 */
1.14 -void dcload_set_allow_exit( gboolean allow );
1.15 +void dcload_set_allow_unsafe( gboolean allow );
1.16
1.17 #ifdef __cplusplus
1.18 }
.