mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 05:27:58 +00:00
General: Make use of nullptr where applicable
This commit is contained in:
@@ -1801,7 +1801,7 @@ bool NXContext::initialize() {
|
||||
|
||||
gfxInitDefault();
|
||||
gfxSetMode(GfxMode_TiledDouble);
|
||||
consoleInit(NULL);
|
||||
consoleInit(nullptr);
|
||||
printf("Activated console\n\n");
|
||||
m_screen = nouveau_switch_screen_create();
|
||||
if (!m_screen) {
|
||||
|
||||
Reference in New Issue
Block a user