mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 17:32:41 +00:00
Change NULLs to nullptrs.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
EmuWindow* g_emu_window = NULL; ///< Frontend emulator window
|
||||
RendererBase* g_renderer = NULL; ///< Renderer plugin
|
||||
EmuWindow* g_emu_window = nullptr; ///< Frontend emulator window
|
||||
RendererBase* g_renderer = nullptr; ///< Renderer plugin
|
||||
int g_current_frame = 0;
|
||||
|
||||
/// Initialize the video core
|
||||
|
||||
Reference in New Issue
Block a user