mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue