diff options
author | twinaphex | 2012-12-02 18:06:01 +0100 |
---|---|---|
committer | twinaphex | 2012-12-02 18:06:01 +0100 |
commit | 1cb2b455712a0c9ae814b441a5a46e24e32a808c (patch) | |
tree | a355bc7e46c9577f358281259e32024100ac6d6a /frontend/plugin.c | |
parent | 01f0020f8c4d96ce7ff425c0cab66ad93bf2159c (diff) | |
parent | a1a232ad65a5c15314cbfe753f734a0a3ad6cef5 (diff) | |
download | pcsx_rearmed-1cb2b455712a0c9ae814b441a5a46e24e32a808c.tar.gz pcsx_rearmed-1cb2b455712a0c9ae814b441a5a46e24e32a808c.tar.bz2 pcsx_rearmed-1cb2b455712a0c9ae814b441a5a46e24e32a808c.zip |
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r-- | frontend/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c index b0cbc67..7e8e5c3 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -11,7 +11,7 @@ #include "plugin_lib.h" #include "plugin.h" -#include "../libpcsxcore/psemu_plugin_defs.h" +#include "psemu_plugin_defs.h" #include "../libpcsxcore/system.h" #include "../plugins/cdrcimg/cdrcimg.h" |