m64p: Removed the "inline" modifier from a function to allow the RSP plugin to compile. Compiled the four plugins and the core into dlls. Added svn:ignore properties for the generated VS files.

This commit is contained in:
pjgat09 2013-04-29 02:52:52 +00:00
parent a4fb43185a
commit cdc4dd7358
6 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ typedef struct
unsigned int yield_data_size;
} OSTask_t;
static inline const OSTask_t * const get_task()
static const OSTask_t * const get_task()
{
return (OSTask_t*)(rsp.DMEM + 0xfc0);
}