mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 00:47:56 -05:00
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
namespace NDM_U {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00060040, NULL, "SuspendDaemons"},
|
||||
{0x00080040, NULL, "DisableWifiUsage"},
|
||||
{0x00090000, NULL, "EnableWifiUsage"},
|
||||
{0x00140040, NULL, "OverrideDefaultDaemons"},
|
||||
{0x00060040, nullptr, "SuspendDaemons"},
|
||||
{0x00080040, nullptr, "DisableWifiUsage"},
|
||||
{0x00090000, nullptr, "EnableWifiUsage"},
|
||||
{0x00140040, nullptr, "OverrideDefaultDaemons"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user