Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 1296:30ecee61f811
prev1218:be02e87f9f87
author nkeynes
date Wed May 27 08:46:29 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Add support for extracting the ELF symbol table and printing symbol names
alongside the SH4 disassembly
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Mon Feb 13 21:02:42 2012 +1000
1.2 +++ b/src/sh4/sh4core.h Wed May 27 08:46:29 2015 +1000
1.3 @@ -19,7 +19,7 @@
1.4 #ifndef lxdream_sh4core_H
1.5 #define lxdream_sh4core_H 1
1.6
1.7 -#include <glib/gtypes.h>
1.8 +#include <glib.h>
1.9 #include <stdint.h>
1.10 #include <stdio.h>
1.11 #include "mem.h"
.