Fix type derp.
This commit is contained in:
parent
aefb91e2aa
commit
90d4a28a88
|
@ -64,7 +64,7 @@ static void filter_thread_loop(void *data)
|
||||||
|
|
||||||
struct rarch_softfilter
|
struct rarch_softfilter
|
||||||
{
|
{
|
||||||
dylib_t *lib;
|
dylib_t lib;
|
||||||
|
|
||||||
const struct softfilter_implementation *impl;
|
const struct softfilter_implementation *impl;
|
||||||
void *impl_data;
|
void *impl_data;
|
||||||
|
|
Loading…
Reference in New Issue