mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
_sys_spu_image_import implemented
vm:var<T[]> improved (begin/end) sys_spu_image_import rewritten
This commit is contained in:
parent
dfc970c926
commit
aa5dc5455e
6 changed files with 421 additions and 81 deletions
|
|
@ -96,6 +96,16 @@ namespace vm
|
|||
{
|
||||
return m_size / SIZE_32(T);
|
||||
}
|
||||
|
||||
auto begin() const
|
||||
{
|
||||
return *this + 0;
|
||||
}
|
||||
|
||||
auto end() const
|
||||
{
|
||||
return *this + get_count();
|
||||
}
|
||||
};
|
||||
|
||||
// LE variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue