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:
parent
a4fb43185a
commit
cdc4dd7358
|
@ -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);
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue