mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
cfmt improved
This commit is contained in:
parent
bd8dfac713
commit
d5107aab47
3 changed files with 45 additions and 7 deletions
|
|
@ -42,6 +42,15 @@ struct ps3_fmt_src
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static constexpr std::size_t size_char = 1;
|
||||
static constexpr std::size_t size_short = 2;
|
||||
static constexpr std::size_t size_int = 4;
|
||||
static constexpr std::size_t size_long = 4;
|
||||
static constexpr std::size_t size_llong = 8;
|
||||
static constexpr std::size_t size_size = 4;
|
||||
static constexpr std::size_t size_max = 8;
|
||||
static constexpr std::size_t size_diff = 4;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue