From c95972275e276abe3afcac79d956ea29a0879c8e Mon Sep 17 00:00:00 2001
From: bunnei <ericbunnie@gmail.com>
Date: Fri, 6 Jun 2014 00:35:49 -0400
Subject: HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)

---
 src/core/core.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'src/core/core.cpp')

diff --git a/src/core/core.cpp b/src/core/core.cpp
index 26d52f7bee..d366498a52 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -18,10 +18,10 @@
 
 namespace Core {
 
-u64             g_last_ticks    = 0;    ///< Last CPU ticks
-ARM_Disasm*     g_disasm        = NULL; ///< ARM disassembler
-ARM_Interface*  g_app_core      = NULL; ///< ARM11 application core
-ARM_Interface*  g_sys_core      = NULL; ///< ARM11 system (OS) core
+u64             g_last_ticks    = 0;        ///< Last CPU ticks
+ARM_Disasm*     g_disasm        = nullptr;  ///< ARM disassembler
+ARM_Interface*  g_app_core      = nullptr;  ///< ARM11 application core
+ARM_Interface*  g_sys_core      = nullptr;  ///< ARM11 system (OS) core
 
 /// Run the core CPU loop
 void RunLoop() {
-- 
cgit v1.2.3-70-g09d2