mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
[Common] add unsigned long
This commit is contained in:
parent
47be01e8b5
commit
1e1a2fec8b
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
operator unsigned long() const { return (unsigned long)swap(); }
|
||||
operator long() const { return (long)swap(); }
|
||||
operator s8() const { return (s8)swap(); }
|
||||
operator u8() const { return (u8)swap(); }
|
||||
|
|
Loading…
Add table
Reference in a new issue