mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Compilation fix
This commit is contained in:
parent
5fc77fe89e
commit
0d489518ab
4 changed files with 64 additions and 54 deletions
|
|
@ -263,6 +263,7 @@ namespace fmt
|
|||
}
|
||||
};
|
||||
|
||||
#ifdef __APPLE__
|
||||
template<>
|
||||
struct get_fmt<unsigned long>
|
||||
{
|
||||
|
|
@ -286,6 +287,7 @@ namespace fmt
|
|||
}
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
template<>
|
||||
struct get_fmt<u64>
|
||||
|
|
@ -383,6 +385,7 @@ namespace fmt
|
|||
}
|
||||
};
|
||||
|
||||
#ifdef __APPLE__
|
||||
template<>
|
||||
struct get_fmt<long>
|
||||
{
|
||||
|
|
@ -406,6 +409,7 @@ namespace fmt
|
|||
}
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
template<>
|
||||
struct get_fmt<s64>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue