Search
lxdream.org :: lxdream/src/gdlist.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.h
changeset 736:a02d1475ccfd
prev696:3b224db916e3
next1109:700c5ab26a63
author nkeynes
date Tue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
file annotate diff log raw
1.1 --- a/src/gdlist.h Sun Jun 22 03:59:56 2008 +0000
1.2 +++ b/src/gdlist.h Tue Dec 15 08:46:37 2009 +1000
1.3 @@ -22,6 +22,10 @@
1.4
1.5 #include "hook.h"
1.6
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#endif
1.10 +
1.11 typedef gboolean (*gdrom_list_change_hook_t)(gboolean list_changed, int selection, void *user_data);
1.12 DECLARE_HOOK(gdrom_list_change_hook, gdrom_list_change_hook_t);
1.13
1.14 @@ -64,4 +68,8 @@
1.15 */
1.16 gboolean gdrom_list_set_selection(int posn);
1.17
1.18 +#ifdef __cplusplus
1.19 +}
1.20 +#endif
1.21 +
1.22 #endif /* lxdream_gdlist_H */
.