mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 22:18:11 -05: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