mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Silly macro removed-3
This commit is contained in:
parent
dbcb5df172
commit
3c82e1a58d
7 changed files with 44 additions and 46 deletions
|
@ -868,6 +868,16 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
enum class not_an_error_t : s32
|
||||
{
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
FORCE_INLINE not_an_error_t not_an_error(const T& value)
|
||||
{
|
||||
return static_cast<not_an_error_t>(static_cast<s32>(value));
|
||||
}
|
||||
|
||||
template <typename T, typename ID>
|
||||
struct fmt_unveil<id_value<T, ID>>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue