mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Revert "Minor fix removing consteval in CallbackCast to fix Windows VS build error"
This reverts commit e16918cfbe
.
This commit is contained in:
parent
287b7b7ce5
commit
6406fdfcc0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ protected:
|
||||||
using AnyCallback = s32 (*)(PowerPC::PowerPCState& ppc_state, const void* operands);
|
using AnyCallback = s32 (*)(PowerPC::PowerPCState& ppc_state, const void* operands);
|
||||||
|
|
||||||
template <class Operands>
|
template <class Operands>
|
||||||
static Callback<Operands> CallbackCast(Callback<Operands> callback)
|
static consteval Callback<Operands> CallbackCast(Callback<Operands> callback)
|
||||||
{
|
{
|
||||||
return callback;
|
return callback;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue