mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Change NULL to nullptr.
This commit is contained in:
parent
4fcb633df5
commit
732bb7beb1
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class PlatformX11 : public Platform
|
|||
void Init() override
|
||||
{
|
||||
XInitThreads();
|
||||
dpy = XOpenDisplay(NULL);
|
||||
dpy = XOpenDisplay(nullptr);
|
||||
|
||||
win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue