HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
This commit is contained in:
parent
5365ca157d
commit
c95972275e
13 changed files with 239 additions and 239 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
cmd_buff[1] = 0;
|
||||
return 0;
|
||||
}
|
||||
if (itr->second.func == NULL) {
|
||||
if (itr->second.func == nullptr) {
|
||||
ERROR_LOG(OSHLE, "unimplemented function: port=%s, name=%s",
|
||||
GetPortName(), itr->second.name.c_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue