mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
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
|
||||
{
|
||||
dylib_t *lib;
|
||||
dylib_t lib;
|
||||
|
||||
const struct softfilter_implementation *impl;
|
||||
void *impl_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user