mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 07:48:08 -05:00
Change NULLs to nullptrs.
This commit is contained in:
@ -70,7 +70,7 @@ public:
|
||||
// good header, read some key/value pairs
|
||||
K key;
|
||||
|
||||
V *value = NULL;
|
||||
V *value = nullptr;
|
||||
u32 value_size;
|
||||
u32 entry_number;
|
||||
|
||||
|
Reference in New Issue
Block a user