mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 09:12:41 +00:00
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
This commit is contained in:
@@ -128,7 +128,7 @@ Object* ObjectPool::CreateByIDType(int type) {
|
||||
|
||||
default:
|
||||
ERROR_LOG(COMMON, "Unable to load state: could not find object type %d.", type);
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user