mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
[Common] add unsigned long
This commit is contained in:
parent
47be01e8b5
commit
1e1a2fec8b
@ -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…
Reference in New Issue
Block a user