mem_bptr_t replaced

This commit is contained in:
Nekotekina 2014-09-02 02:22:13 +04:00
parent 37da5589e4
commit 9c94a6943d
9 changed files with 107 additions and 54 deletions

View file

@ -202,7 +202,7 @@ struct CellHddGameStatGet
struct CellHddGameStatSet
{
mem_beptr_t<CellHddGameSystemFileParam> setParam;
vm::bptr<CellHddGameSystemFileParam> setParam;
be_t<u32> reserved_addr; // void*
};