From 9f83f83125631a76826976c2f1bb9e946b4929cf Mon Sep 17 00:00:00 2001 From: artart78 Date: Thu, 27 Oct 2011 12:16:11 +0000 Subject: [PATCH] (Let's retry since there's a problem with the doxygen script.) --- init/init.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init/init.c b/init/init.c index a4240a5..56c3826 100644 --- a/init/init.c +++ b/init/init.c @@ -1,3 +1,10 @@ +/** + * \author artart78 + * \version 6.60 + * + * The init.prx module RE'ing. + */ + #include "../global.h" #define IS_JUMP(op) ((op & 0xFC000000) == 0x0C000000)