mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Improved vfsDevice.
Minor fixes.
This commit is contained in:
parent
ab41540064
commit
dc2fd8c39e
8 changed files with 46 additions and 36 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
FromBE(value.ToBE());
|
||||
}
|
||||
|
||||
T ToBE() const
|
||||
const T& ToBE() const
|
||||
{
|
||||
return m_data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue