mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 02:45:12 +00:00
Fixed bind rsx method to range implementation
This commit is contained in:
parent
9136cbfcf2
commit
5de1ea3fd4
@ -624,7 +624,7 @@ namespace rsx
|
|||||||
force_inline static void impl()
|
force_inline static void impl()
|
||||||
{
|
{
|
||||||
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
|
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
|
||||||
bind<id, T<id>::impl>();
|
bind<id, T<index>::impl>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user